We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35765d1 commit 3b7e228Copy full SHA for 3b7e228
src/layout/Header.jsx
@@ -5,7 +5,7 @@ import { SideMenu } from "./components/SideMenu";
5
import { Navbar } from "./components/Navbar";
6
import { AuthMenu } from "./components/AuthMenu";
7
import { useState } from "react";
8
-import { Notifications } from "./components/Notifications";
+
9
10
11
export const Header = () => {
@@ -34,7 +34,7 @@ export const Header = () => {
34
</div> */}
35
36
{/* Menu User */}
37
- <AuthMenu profile={profile} logout={logout} notifications={notifications} setNotifications={setNotifications} setNotificationsOpen={setNotificationsOpen} getNotificationText={getNotificationText} />
+ <AuthMenu profile={profile} logout={logout} />
38
</div>
39
<SideMenu onClose={toggleSideMenu} />
40
</header>
0 commit comments