Edit program page & Navbar #151
Annotations
10 warnings
run-checks:
client/src/App.jsx#L21
'PDFViewer' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/App.jsx#L22
'PDFButton' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/EventsTable.jsx#L69
React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array
|
run-checks:
client/src/components/programs/EditProgram.jsx#L46
'selectedLocation' is assigned a value but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/programs/EditProgram.jsx#L72
React Hook useEffect has missing dependencies: 'getInitialAssignmentsData', 'getInitialBookingData', 'getInitialEventData', and 'getInitialLocations'. Either include them or remove the dependency array
|
run-checks:
client/src/components/programs/EditProgram.jsx#L76
React Hook useEffect has a missing dependency: 'getInstructorResults'. Either include it or remove the dependency array
|
run-checks:
client/src/components/programs/EditProgram.jsx#L80
React Hook useEffect has a missing dependency: 'getPayeeResults'. Either include it or remove the dependency array
|
run-checks:
client/src/components/signup/Signup.jsx#L9
'FormHelperText' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/signup/Signup.jsx#L20
'FaGoogle' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/signup/Signup.jsx#L21
'Link' is defined but never used. Allowed unused vars must match /^_/u
|