removed attendance page

This commit is contained in:
Pramod Mahajan 2025-05-06 15:39:55 +05:30
parent 0c0476a86f
commit d2785d2e8c

View File

@ -97,7 +97,6 @@ const AttendancePage = () => {
useEffect(()=>{
if(selectedProject == 1){
dispatch(setProjectId(loginUser?.projects[0]))
console.log(loginUser?.projects);
}
},[selectedProject,loginUser?.projects])
return (