fix(ui): fix not being able to disable browser notifications. Closes #3115

This commit is contained in:
Gabe Kangas
2023-06-27 16:40:35 -07:00
parent 78353fa6af
commit e7f464a10f

View File

@@ -241,7 +241,7 @@ export const Content: FC = () => {
<Col span={24} style={{ paddingRight: dynamicPadding }}> <Col span={24} style={{ paddingRight: dynamicPadding }}>
<ActionButtons <ActionButtons
supportFediverseFeatures={supportFediverseFeatures} supportFediverseFeatures={supportFediverseFeatures}
supportsBrowserNotifications supportsBrowserNotifications={supportsBrowserNotifications}
showNotifyReminder={showNotifyReminder} showNotifyReminder={showNotifyReminder}
setShowNotifyModal={setShowNotifyModal} setShowNotifyModal={setShowNotifyModal}
disableNotifyReminderPopup={disableNotifyReminderPopup} disableNotifyReminderPopup={disableNotifyReminderPopup}