+ {/* Notifications - Admin only for now */}
+ {session?.user?.role === 'admin' && (
+
+
- {/* Notifications Dropdown */}
- {isNotificationsOpen && (
-
-
-
{t('notifications.title')}
-
-
-
-
{t('notifications.noNotifications')}
-
{t('notifications.placeholder')}
+ {/* Notifications Dropdown */}
+ {isNotificationsOpen && (
+
+
+
{t('notifications.title')}
+
+
+
+
{t('notifications.noNotifications')}
+
{t('notifications.placeholder')}
+
-
- )}
-
+ )}
+
+ )}
{/* User Info */}
@@ -220,22 +222,24 @@ const Navigation = () => {
- {/* Mobile Notifications */}
-
+ {/* Mobile Notifications - Admin only for now */}
+ {session?.user?.role === 'admin' && (
+
+ )}