Skip to content

Commit

Permalink
Update packages/smooth_app/lib/pages/image/product_image_gallery_othe…
Browse files Browse the repository at this point in the history
…r_view.dart

Co-authored-by: monsieurtanuki <[email protected]>
  • Loading branch information
g123k and monsieurtanuki authored Jun 27, 2024
1 parent 88b07ae commit fdbbb34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ class _RawGridGallery extends StatelessWidget {
ImageSize.SMALL,
ImageSize.DISPLAY
].firstWhereOrNull(
(ImageSize element) => squareSize < int.parse(element.number),
(ImageSize element) => squareSize <= int.parse(element.number),
);
}

0 comments on commit fdbbb34

Please sign in to comment.