From 484f3b2e073960fdf137c9f5ed567fbaec27011c Mon Sep 17 00:00:00 2001 From: Yashwin Date: Tue, 14 Apr 2026 09:26:35 +0530 Subject: [PATCH] abc --- src/pages/tenant/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tenant/Dashboard.tsx b/src/pages/tenant/Dashboard.tsx index 2a569fd..d32caf6 100644 --- a/src/pages/tenant/Dashboard.tsx +++ b/src/pages/tenant/Dashboard.tsx @@ -74,7 +74,7 @@ const StatCard = ({ }; const TaskCard = ({ task }: { task: WorkflowTask }) => { - const { primaryColor } = useAppTheme(); + // const { primaryColor } = useAppTheme(); const navigate = useNavigate(); const formatDeadline = (dueDate: string) => { const now = new Date();