diff --git a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx index f86191e42..0558b7fc7 100644 --- a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx +++ b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx @@ -185,7 +185,7 @@ const UserWebPushSettings = () => { (device) => device.userAgent === currentUserAgent ); - if (hasMatchingDevice || dataDevices.length === 1) { + if (hasMatchingDevice) { isEnabled = true; } }