Skip to content

Commit 7a6aca2

Browse files
Merge pull request #72 from De-Project-Company/phoenix
Phoenix
2 parents 3d8eeda + 45d8a79 commit 7a6aca2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/(employer)/meetings/content/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

app/(employer)/notification/dropDown.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)