Skip to content

Update LoginPage.jsx #18

Update LoginPage.jsx

Update LoginPage.jsx #18

Triggered via push July 19, 2024 19:03
Status Failure
Total duration 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: frontend/src/Adminpage.jsx#L8
'Link' is defined but never used
build: frontend/src/Adminpagecomponents/Approvals.jsx#L1
'React' is defined but never used
build: frontend/src/Adminpagecomponents/Approvals.jsx#L35
React Hook "useState" is called in function "renderCell" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
build: frontend/src/Adminpagecomponents/Users.jsx#L34
React Hook "useState" is called in function "renderCell" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
build: frontend/src/Adminpagecomponents/Users.jsx#L35
React Hook "useState" is called in function "renderCell" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
build: frontend/src/App.jsx#L2
'Container' is defined but never used
build: frontend/src/App.jsx#L3
'Link' is defined but never used
build: frontend/src/LoginPage.jsx#L8
'useNavigate' is not defined
build: frontend/src/LoginPage.jsx#L9
'useDispatch' is not defined
build: frontend/src/LoginPage.jsx#L10
'error' is assigned a value but never used
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/