mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 06:38:52 +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(
|
list.add(StepIndicator(
|
||||||
step: count - 1,
|
step: count,
|
||||||
status: getStatus(count - 1),
|
status: getStatus(count - 1),
|
||||||
));
|
));
|
||||||
return list;
|
return list;
|
||||||
|
|
Loading…
Reference in a new issue