fixed page numbers on pizza event recipe page

This commit is contained in:
broodjeaap89 2021-08-31 20:28:48 +02:00
parent 17e9aaa5a2
commit 51ccf45225
2 changed files with 2 additions and 2 deletions

View file

@ -23,6 +23,7 @@ class PizzaEventRecipePageState extends State<PizzaEventRecipePage> {
@override
Widget build(BuildContext context){
var recipeStepCount = this.widget.pizzaEvent.recipe.recipeSteps.length;
recipeStepCount += 1; // because of first description page
List<Text> pageIndex = [];
for (var i = 0;i < recipeStepCount;i++){
pageIndex.add(

View file

@ -11,5 +11,4 @@
## Refactor
## Bug
- last page missing page numbers on pizza event recipe page
## Bug