exchange step indicator fix

This commit is contained in:
julian 2022-09-03 09:35:59 -06:00
parent b6597a0b78
commit 51675c6538

View file

@ -55,7 +55,7 @@ class StepRow extends StatelessWidget {
));
}
list.add(StepIndicator(
step: count - 1,
step: count,
status: getStatus(count - 1),
));
return list;