add safe mode view

This commit is contained in:
Paul Miller
2023-08-16 15:23:31 -05:00
parent 2d5f96788f
commit 754b8ab7c2
6 changed files with 67 additions and 23 deletions

View File

@@ -69,7 +69,7 @@ export default function App() {
</Show>
<BalanceBox loading={state.wallet_loading} />
<Suspense>
<Show when={!state.wallet_loading}>
<Show when={!state.wallet_loading && !state.safe_mode}>
<PendingNwc />
</Show>
</Suspense>