fix cart
This commit is contained in:
@@ -57,7 +57,7 @@ class ProductsPage extends ConsumerWidget {
|
||||
isLabelVisible: cartItemCount > 0,
|
||||
child: const Icon(Icons.shopping_cart_outlined, color: Colors.black),
|
||||
),
|
||||
onPressed: () => context.go(RouteNames.cart),
|
||||
onPressed: () => context.push(RouteNames.cart),
|
||||
),
|
||||
const SizedBox(width: AppSpacing.sm),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user