mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +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)
|
||||
Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
|
Loading…
Reference in a new issue