mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
desktop UTXO details ui fix
This commit is contained in:
parent
94d9022f3d
commit
a87cf5807c
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class _UtxoDetailsViewState extends ConsumerState<UtxoDetailsView> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const _Div(),
|
if (utxo!.isBlocked) const _Div(),
|
||||||
if (utxo!.isBlocked)
|
if (utxo!.isBlocked)
|
||||||
Column(
|
Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
|
Loading…
Reference in a new issue