diff --git a/src/contexts/AccountContext.tsx b/src/contexts/AccountContext.tsx index 06a614c..83d40bb 100644 --- a/src/contexts/AccountContext.tsx +++ b/src/contexts/AccountContext.tsx @@ -158,11 +158,11 @@ export function AccountProvider(props: { children: JSXElement }) { let membershipSocket: WebSocket | undefined; - onMount(() => { - setInterval(() => { - checkNostrChange(); - }, 1_000); - }); + // onMount(() => { + // setInterval(() => { + // checkNostrChange(); + // }, 1_000); + // }); const checkNostrChange = async () => { if (location.pathname === '/') return;