From 56cc9dba6dd4d328d5a987465a629753303847e1 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 | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 0f856000..008d923e 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -35,9 +35,7 @@ const Dashboard = () => { const canRegularize = useHasUserPermission(REGULARIZE_ATTENDANCE); const canTeamAttendance = useHasUserPermission(TEAM_ATTENDANCE); const canSelfAttendance = useHasUserPermission(SELF_ATTENDANCE); - - const { data, isLoading, isError } = useGetCollectionOverview(); - console.log("data-->", data); + const { data,isLoading,isError } = useGetCollectionOverview(); return (
@@ -48,15 +46,17 @@ const Dashboard = () => { )}
@@ -97,11 +97,6 @@ const Dashboard = () => {
)} - {isAllProjectsSelected && ( -
- -
- )}
{isLoading ? (