) : (
-
+
{questions.map((q) => {
// story-questions: forYou wanneer assignee = ingelogd; idee-vragen
// zijn altijd "voor jou" (idee is strikt user_id-only).
diff --git a/components/notifications/push-toggle.tsx b/components/notifications/push-toggle.tsx
index c4945a1..92a497a 100644
--- a/components/notifications/push-toggle.tsx
+++ b/components/notifications/push-toggle.tsx
@@ -103,15 +103,19 @@ export function PushToggle({ vapidPublicKey }: PushToggleProps) {
if (status === 'unsubscribed') {
return (
-
+
+
+
)
}
return (
-
+
+
+
)
}