Skip to content

Commit 3eb6aab

Browse files
authored
Merge pull request #57 from FSDSTR0225/fix/refactor-rec-profile-card
fix error header notifications
2 parents e66887b + 3b7e228 commit 3eb6aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layout/Header.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SideMenu } from "./components/SideMenu";
55
import { Navbar } from "./components/Navbar";
66
import { AuthMenu } from "./components/AuthMenu";
77
import { useState } from "react";
8-
import { Notifications } from "./components/Notifications";
8+
99

1010

1111
export const Header = () => {
@@ -34,7 +34,7 @@ export const Header = () => {
3434
</div> */}
3535

3636
{/* Menu User */}
37-
<AuthMenu profile={profile} logout={logout} notifications={notifications} setNotifications={setNotifications} setNotificationsOpen={setNotificationsOpen} getNotificationText={getNotificationText} />
37+
<AuthMenu profile={profile} logout={logout} />
3838
</div>
3939
<SideMenu onClose={toggleSideMenu} />
4040
</header>

0 commit comments

Comments
 (0)