Skip to content

admin management modal can no longer duplicate users #1805

admin management modal can no longer duplicate users

admin management modal can no longer duplicate users #1805

Triggered via push September 26, 2024 18:06
Status Success
Total duration 1m 25s
Artifacts

ci-workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
build: client/src/modules/Admin/Components/Admin.tsx#L30
'setAddSemester' is assigned a value but never used
build: client/src/modules/Course/Components/AnonymousWarning.tsx#L68
'NewReview' is defined but never used
build: client/src/modules/Course/Components/RatingInput.tsx#L53
React Hook useEffect has a missing dependency: 'getColor'. Either include it or remove the dependency array
build: client/src/modules/Course/Components/ReviewModal.tsx#L80
React Hook useEffect has missing dependencies: 'getNoReviews' and 'isLoggedIn'. Either include them or remove the dependency array
build: client/src/modules/Profile/Component/Profile.tsx#L5
'ToastContainer' is defined but never used
build: client/src/modules/SearchBar/Components/SearchBar.tsx#L42
Assignments to the 'timeoutId' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect