diff --git a/src/features/cart/ui/OrderPage.tsx b/src/features/cart/ui/OrderPage.tsx index a503346..b502e9c 100644 --- a/src/features/cart/ui/OrderPage.tsx +++ b/src/features/cart/ui/OrderPage.tsx @@ -221,6 +221,7 @@ const OrderPage = () => { }; const cityValue = form.watch('city'); + const comment = form.watch('comment'); useEffect(() => { if (!cityValue || cityValue.length < 3) return; @@ -368,25 +369,45 @@ const OrderPage = () => { ( - - - -