From c7b4f5fa922decfd0a5d2c41a81d71dd8d785c5c Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Fri, 23 May 2025 21:35:19 +0200 Subject: [PATCH] Render PushNotification on client only The push logic is only available on the client and causes hydration mismatch when rendered on the server. --- pages/account/settings.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/account/settings.vue b/pages/account/settings.vue index 44eeec6..2da6253 100644 --- a/pages/account/settings.vue +++ b/pages/account/settings.vue @@ -15,7 +15,9 @@

- + + +

Danger Zone