mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40: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>
|
<Text size="B300">Enable</Text>
|
||||||
</Button>
|
</Button>
|
||||||
) : browserPermission === 'granted' ? (
|
) : browserPermission === 'granted' ? (
|
||||||
<Switch
|
<Switch value={usePushNotifications} onChange={handlePushSwitchChange} />
|
||||||
value={userPushPreference}
|
|
||||||
onChange={handlePushSwitchChange}
|
|
||||||
/>
|
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue