From 9263f2f4b5decda528d37249d11846f0c5da41b1 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Sun, 7 Dec 2025 16:11:46 +0100 Subject: [PATCH] fix(webpush): remove unnecessary dependency for user ID verification Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- .../UserNotificationSettings/UserNotificationsWebPush/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx index dca0fab0f..56fe7afd7 100644 --- a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx +++ b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx @@ -172,7 +172,7 @@ const UserWebPushSettings = () => { if (user?.id) { verifyWebPush(); } - }, [user?.id, currentSettings, dataDevices]); + }, [user?.id, currentSettings]); useEffect(() => { const getSubscriptionEndpoint = async () => {