auto refresh pending nwc

This commit is contained in:
Paul Miller
2023-07-12 12:39:35 -05:00
committed by Tony Giorgio
parent b2d9208a58
commit 3f36d5a475
2 changed files with 21 additions and 5 deletions

View File

@@ -68,9 +68,11 @@ export default function App() {
<ReloadPrompt />
</Show>
<BalanceBox loading={state.wallet_loading} />
<Show when={!state.wallet_loading}>
<PendingNwc />
</Show>
<Suspense>
<Show when={!state.wallet_loading}>
<PendingNwc />
</Show>
</Suspense>
<Card title="Activity">
<div class="p-1" />
<VStack>