mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 14:30:29 +03:00
update name
This commit is contained in:
parent
c909629150
commit
f31087e685
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue