From 0b76df4c81bc897b1197fa627339b4721489a25e Mon Sep 17 00:00:00 2001 From: Zakhar Date: Fri, 4 Sep 2026 19:23:01 +0300 Subject: [PATCH] auto cart not enough --- src/components/Cart/Cart.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Cart/Cart.tsx b/src/components/Cart/Cart.tsx index 157579f..bae4ae9 100644 --- a/src/components/Cart/Cart.tsx +++ b/src/components/Cart/Cart.tsx @@ -128,7 +128,10 @@ export function Cart({ /> ))} {products.length === visibleProducts.length && isComplete && !isLoading && - setShowNotEnoughPopup(true)}> + { + reachGoal('ac_not_enough') + setShowNotEnoughPopup(true) + }}> Не хватило }