diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index 2290c9c5b..168b7f8e6 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -224,7 +224,7 @@ export const Content: FC = () => { showsHeader={false} streamName={name} customText={offlineMessage} - notificationsEnabled={browserNotificationsEnabled} + notificationsEnabled={supportsBrowserNotifications} fediverseAccount={fediverseAccount} lastLive={lastDisconnectTime} onNotifyClick={() => setShowNotifyModal(true)}