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 8f1b81becc
commit b6373498c3

View File

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