Skip to content

Commit

Permalink
hotfix (#5956)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Nov 28, 2024
1 parent edf16dd commit 4526e35
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,9 @@ class ProductPageState extends State<ProductPage>
setState(() => bottomPadding = size.height);
}
},
child: !hasPendingOperations
child: hasPendingOperations
? const ProductPageLoadingIndicator()
: ProductQuestionsWidget(
upToDateProduct,
),
: ProductQuestionsWidget(upToDateProduct),
),
),
],
Expand Down

0 comments on commit 4526e35

Please sign in to comment.