diff --git a/web/src/components/SettingsPanel.tsx b/web/src/components/SettingsPanel.tsx
index 20a43bf..b52e877 100644
--- a/web/src/components/SettingsPanel.tsx
+++ b/web/src/components/SettingsPanel.tsx
@@ -83,6 +83,8 @@ export function SettingsPanel({ open, onClose }: Props) {
setPrefs(updateAppPreferences(patch));
}
+ const notificationStatus = "Notification" in window ? Notification.permission : "denied";
+
return createPortal(
@@ -106,9 +108,9 @@ export function SettingsPanel({ open, onClose }: Props) {
{page === "main" ? (
<>
-
-
Profile
-
+
-