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 - ))} + })} - Ваши сохраненные тарифы + Ваши сохраненные тарифы