fix(webpush): remove unnecessary dependency for user ID verification

Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
0xsysr3ll
2025-12-07 16:11:46 +01:00
parent 3d1083279c
commit 9263f2f4b5

View File

@@ -172,7 +172,7 @@ const UserWebPushSettings = () => {
if (user?.id) {
verifyWebPush();
}
}, [user?.id, currentSettings, dataDevices]);
}, [user?.id, currentSettings]);
useEffect(() => {
const getSubscriptionEndpoint = async () => {