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 ]);