This commit is contained in:
Phuoc Nguyen
2025-10-15 18:14:27 +07:00
parent 02e5fd4244
commit bffe446694
7 changed files with 1050 additions and 64 deletions

View File

@@ -159,9 +159,6 @@ class _CategoryDetailPageState extends ConsumerState<CategoryDetailPage> {
itemBuilder: (context, index) {
return ProductListItem(
product: products[index],
onTap: () {
// TODO: Navigate to product detail or add to cart
},
);
},
);