diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index d034c0e1..42b973f3 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -45,65 +45,12 @@ const Dashboard = () => { )} - - return ( -
-
- {isAllProjectsSelected && ( -
- -
- )} - -
- -
- -
- -
-
-
- -
-
- -
-
- -
-
-
- -
- - {isAllProjectsSelected && ( -
- -
- )} -
- -
- {!isAllProjectsSelected && (canRegularize || canTeamAttendance || canSelfAttendance) && ( -
- -
- )} - - {!isAllProjectsSelected && ( -
-
- -
-
- )} - {isAllProjectsSelected && ( -
- -
- )} -
+
+