From 84dbd08ce51dd4ec964083d5c110437b54b9f564 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Mon, 8 Dec 2025 10:39:49 +0530 Subject: [PATCH] Removing Console.log --- src/components/Dashboard/Dashboard.jsx | 65 +++----------------------- 1 file changed, 6 insertions(+), 59 deletions(-) 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 && ( -
- -
- )} -
+
+