update name

This commit is contained in:
Gigiaj 2025-06-29 23:34:18 -05:00
parent c909629150
commit f31087e685

View file

@ -151,10 +151,7 @@ function WebPushNotificationSetting() {
<Text size="B300">Enable</Text>
</Button>
) : browserPermission === 'granted' ? (
<Switch
value={userPushPreference}
onChange={handlePushSwitchChange}
/>
<Switch value={usePushNotifications} onChange={handlePushSwitchChange} />
) : null
}
/>