removed attendance page
This commit is contained in:
parent
0c0476a86f
commit
d2785d2e8c
@ -97,7 +97,6 @@ const AttendancePage = () => {
|
||||
useEffect(()=>{
|
||||
if(selectedProject == 1){
|
||||
dispatch(setProjectId(loginUser?.projects[0]))
|
||||
console.log(loginUser?.projects);
|
||||
}
|
||||
},[selectedProject,loginUser?.projects])
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user