mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-29 18:48:51 +00:00
remove duplicate FusionProgress
This commit is contained in:
parent
893d1f783c
commit
b2b6777a69
1 changed files with 0 additions and 3 deletions
|
@ -224,9 +224,6 @@ class _FusionDialogViewState extends ConsumerState<FusionDialogView> {
|
|||
),
|
||||
),
|
||||
if (!_succeeded! && !_failed!) const Spacer(),
|
||||
FusionProgress(
|
||||
walletId: widget.walletId,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue