chore: build
Frontend Web - Build & Lint / build (push) Canceled after 0s
Backend - Build & Lint / build (push) Canceled after 21m50s
Frontend Admin - EAS Build / build (push) Successful in 1h50m27s
Frontend Client - EAS Build / build (push) Successful in 1h50m44s

This commit is contained in:
Xor290
2026-09-08 17:55:18 +02:00
parent 75b80b8f59
commit 4474b84e49
4 changed files with 2 additions and 7 deletions
@@ -1,9 +1,5 @@
// ============================================
// context/CartContext.tsx - QUANTITÉS EN GRAMMES
// ============================================
// ✅ quantity = grammes choisis (5, 10, 25, etc.)
// ✅ Pas de boutons +/- dans le panier
// ✅ Pour acheter 2× le même produit, l'ajouter 2 fois
import {
createContext,
@@ -348,4 +344,3 @@ export function CartProvider({ children }: { children: ReactNode }) {
</CartContext.Provider>
);
}