mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-21 16:24:22 +01:00
add safe mode view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user