mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 07:14:22 +01:00
auto refresh pending nwc
This commit is contained in:
committed by
Tony Giorgio
parent
b2d9208a58
commit
3f36d5a475
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user