From 0d677ea8eb0a1764344fe24ff83679f25dbaffb2 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 10 Apr 2023 12:31:24 -0500 Subject: [PATCH] only show reload prompt in actual wallet --- src/routes/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 79c638a..8b84b33 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -3,7 +3,6 @@ import App from "~/components/App"; import { Switch, Match } from "solid-js"; import { WaitlistAlreadyIn } from "~/components/waitlist/WaitlistAlreadyIn"; import WaitlistForm from "~/components/waitlist/WaitlistForm"; -import ReloadPrompt from "~/components/Reload"; import { useMegaStore } from "~/state/megaStore"; import LoadingSpinner from "~/components/LoadingSpinner"; @@ -20,8 +19,6 @@ export default function Home() { return ( <> - - } > {/* TODO: might need this state.node_manager guard on all wallet routes */}