Skip to content

Commit

Permalink
fix: reload product to fetch the langauage text
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRoger committed Oct 20, 2023
1 parent 34f3364 commit 11faeaa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ class SmoothProductCardFound extends StatelessWidget {
borderRadius: ROUNDED_BORDER_RADIUS,
onTap: onTap ??
() => AppNavigator.of(context).push(
AppRoutes.PRODUCT(
AppRoutes.PRODUCT_LOADER(
product.barcode!,
heroTag: heroTag,
),
extra: product,
),
Expand Down

0 comments on commit 11faeaa

Please sign in to comment.