minor changes

This commit is contained in:
2025-11-10 21:52:20 +01:00
parent 727af7e26d
commit f4a79a6bc4
2 changed files with 35 additions and 49 deletions

View File

@@ -740,6 +740,7 @@ function App() {
notificationPanelOpen={notificationPanelOpen}
onToggleNotificationPanel={() => setNotificationPanelOpen((prev) => !prev)}
notificationProps={sharedNotificationProps}
isAdmin={Boolean(session?.isAdmin)}
/>
}
/>