mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
exchange step indicator fix
This commit is contained in:
parent
b6597a0b78
commit
51675c6538
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class StepRow extends StatelessWidget {
|
|||
));
|
||||
}
|
||||
list.add(StepIndicator(
|
||||
step: count - 1,
|
||||
step: count,
|
||||
status: getStatus(count - 1),
|
||||
));
|
||||
return list;
|
||||
|
|
Loading…
Reference in a new issue