From 91d202fcca30cc83ed765e263155019157c1f342 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Mon, 8 Dec 2025 22:00:51 +0100 Subject: [PATCH] fix(webpush): remove error throw Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- .../UserNotificationSettings/UserNotificationsWebPush/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx index 14bf9c928..3381f3c13 100644 --- a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx +++ b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx @@ -166,7 +166,6 @@ const UserWebPushSettings = () => { autoDismiss: true, appearance: 'error', }); - throw error; } finally { revalidateDevices(); }