File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const MeetingNav = () => {
77 const { CreateMeet, setCreateMeet } = useStateCtx ( ) ;
88
99 return (
10- < div className = "w-full md:h-[56px] flex justify-between min-[450px]:gap-x-4 items-center flex-col md:flex-row gap-y-4 sm:pt-4" >
10+ < div className = "w-full md:h-[56px] flex justify-between min-[450px]:gap-x-4 items-center flex-col open md:flex-row gap-y-4 sm:pt-4" >
1111 < button onClick = { ( ) => setCreateMeet ( true ) } > open nav</ button >
1212 </ div >
1313 ) ;
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ const NotificationDopDown = () => {
4040 fetchNotifications ( ) ;
4141 } , [ ] ) ;
4242
43- // const [read, setRead] = useState(() => {
44- // const readStatus = localStorage.getItem(`read_${notifications?._id}`);
45-
46- // return readStatus ? JSON.parse(readStatus) : false;
47- // });
48-
4943 return (
5044 < >
5145 < div
You can’t perform that action at this time.
0 commit comments