mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 15:24:25 +01:00
Update to mutiny-node 0.3.6 and remove sync
This commit is contained in:
committed by
Paul Miller
parent
979697492d
commit
bc85263c30
@@ -44,7 +44,6 @@ export default function BalanceBox(props: { loading?: boolean }) {
|
||||
<FancyCard
|
||||
title="On-Chain"
|
||||
subtitle={state.balance?.unconfirmed ? "Unconfirmed" : undefined}
|
||||
tag={state.is_syncing && <Indicator>Syncing</Indicator>}
|
||||
>
|
||||
<Show when={!props.loading} fallback={<LoadingShimmer />}>
|
||||
<div class="flex justify-between">
|
||||
|
||||
Reference in New Issue
Block a user