removed console
This commit is contained in:
parent
3bf8fbd123
commit
5fa6ab2cdf
@ -95,7 +95,7 @@ const AttendancePage = () => {
|
||||
setAttendances(attendance);
|
||||
}, [ attendance ] );
|
||||
|
||||
console.log(selectedProject)
|
||||
|
||||
useEffect(() => {
|
||||
if (selectedProject === 1 || selectedProject === undefined ) {
|
||||
dispatch(setProjectId(loginUser?.projects[0]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user