From 971a08997bd7bcb8a1eacb9237afdfd0c074864a Mon Sep 17 00:00:00 2001 From: Kirill Date: Sun, 24 May 2026 14:03:13 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/info/ui/sections/DeliverySection.tsx | 3 ++- client/src/pages/info/ui/sections/HowToOrderSection.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/pages/info/ui/sections/DeliverySection.tsx b/client/src/pages/info/ui/sections/DeliverySection.tsx index 77ba4cc..8fe2f93 100644 --- a/client/src/pages/info/ui/sections/DeliverySection.tsx +++ b/client/src/pages/info/ui/sections/DeliverySection.tsx @@ -95,7 +95,8 @@ export function DeliverySection() { , - text: 'Заполните имя, телефон, email и адрес доставки. Если у вас уже есть сохранённые адреса — выберите из списка или добавьте новый в личном кабинете.', + text: 'Заполните имя, телефон, и адрес доставки. Если у вас уже есть сохранённые адреса — выберите из списка или добавьте новый в личном кабинете.', }, { label: 'Выберите способ доставки', @@ -74,7 +74,7 @@ const pickupSteps = [ }, ] -function StepRow({ step, isLast }: { step: typeof commonSteps[0]; isLast: boolean }) { +function StepRow({ step, isLast }: { step: (typeof commonSteps)[0]; isLast: boolean }) { return (