From 9e006cd9288e70f0d78544d53c08d8a48cd41eff Mon Sep 17 00:00:00 2001 From: yash Date: Wed, 14 Feb 2024 18:04:30 +0530 Subject: [PATCH] bfix: time button css --- src/app/components/timeRangeSwitch/index.tsx | 7 +++++-- src/features/workspace-view/index.tsx | 2 +- src/features/workspace-view/workspace-card/index.tsx | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/components/timeRangeSwitch/index.tsx b/src/app/components/timeRangeSwitch/index.tsx index 4a7de8c..f3b571f 100644 --- a/src/app/components/timeRangeSwitch/index.tsx +++ b/src/app/components/timeRangeSwitch/index.tsx @@ -14,19 +14,22 @@ const TimeRangeSwitch: React.FC = ({ weekly, setWeekly }) => { // const dispatch = useDispatch(); // const isWeekly = useSelector((state: timeRangeModel) => state.isWeekly.value); useEffect(()=>{ + console.log(weekly,"makki") },[weekly, setWeekly]) return (
diff --git a/src/features/workspace-view/index.tsx b/src/features/workspace-view/index.tsx index d5ebe0e..ef279d6 100644 --- a/src/features/workspace-view/index.tsx +++ b/src/features/workspace-view/index.tsx @@ -46,7 +46,7 @@ const WorkspaceView = () => {
- + diff --git a/src/features/workspace-view/workspace-card/index.tsx b/src/features/workspace-view/workspace-card/index.tsx index f7fe84f..88a21ab 100644 --- a/src/features/workspace-view/workspace-card/index.tsx +++ b/src/features/workspace-view/workspace-card/index.tsx @@ -157,7 +157,6 @@ const WorkspaceCard = (props: workspaceCardProps) => { } }; useEffect(() => { - console.log(archeive) workSpaceData(); }, [ userContext?.setUserOrgs ]);