diff --git a/frontend/src/pages/ShoppingPage.tsx b/frontend/src/pages/ShoppingPage.tsx index e375865..242c028 100644 --- a/frontend/src/pages/ShoppingPage.tsx +++ b/frontend/src/pages/ShoppingPage.tsx @@ -681,7 +681,8 @@ export default function ShoppingPage() { onIncrement={() => incrementCustom(s.name)} /> - ))} + ) + })} {/* Produits du catalogue */} {filteredProducts.map(p => {