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) + }}> Не хватило }