Skip to content

Commit

Permalink
Update src/context/Global.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: michael1011 <[email protected]>
  • Loading branch information
dni and michael1011 authored May 23, 2024
1 parent e2770d4 commit c280e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/context/Global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ const GlobalProvider = (props: { children: any }) => {
setEmbedded(true);
}

// browser notification
const [browserNotification, setBrowserNotification] = makePersisted(
createSignal<boolean>(false),
{
Expand Down

0 comments on commit c280e63

Please sign in to comment.