Skip to content

feat: admin page

feat: admin page #35

Triggered via pull request December 2, 2025 09:40
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint
Process completed with exit code 1.
lint: src/pages/AdminProductsPage.tsx#L49
'err' is defined but never used
lint: src/pages/AdminOrdersPage.tsx#L68
'err' is defined but never used
lint: src/hooks/usePermissions.ts#L13
The 'permissions' logical expression could make the dependencies of useMemo Hook (at line 25) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'permissions' in its own useMemo() Hook