From 13820d665241aef86291810fd464a6da4aa192ba Mon Sep 17 00:00:00 2001 From: Nastya Date: Mon, 15 Jan 2024 03:52:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B8=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BE?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=81=D0=BD=D0=B8=D0=BA=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D0=BE=D0=BC=D0=BD=D0=BE=D0=BC=20=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D1=84=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/TariffConstructor/TariffConstructor.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/TariffConstructor/TariffConstructor.tsx b/src/pages/TariffConstructor/TariffConstructor.tsx index 6660c07..1c5fa4e 100644 --- a/src/pages/TariffConstructor/TariffConstructor.tsx +++ b/src/pages/TariffConstructor/TariffConstructor.tsx @@ -42,8 +42,9 @@ function TariffConstructor() { gap: "80px", }} > - {Object.entries(customTariffs).map(([serviceKey, privileges], index) => ( - + {Object.entries(customTariffs).filter(([serviceKey]) => serviceKey === "squiz").map(([serviceKey, privileges], index) => { + console.log("serviceKey ",serviceKey) + return - ))} + })} - Ваши сохраненные тарифы + Ваши сохраненные тарифы