diff --git a/src/pages/TariffConstructor/CustomTariffCard.tsx b/src/pages/TariffConstructor/CustomTariffCard.tsx
index 17a7928..892767c 100644
--- a/src/pages/TariffConstructor/CustomTariffCard.tsx
+++ b/src/pages/TariffConstructor/CustomTariffCard.tsx
@@ -78,9 +78,10 @@ export default function CustomTariffCard({ serviceKey, privileges }: Props) {
gap: "25px",
}}
>
- {privileges.map((privilege) => (
+ {privileges.map((privilege) => {
+ if (privilege.privilegeId !== "quizManual") return (
- ))}
+ )})}
{!upMd && (
{Object.entries(customTariffs).filter(([serviceKey]) => serviceKey === "squiz").map(([serviceKey, privileges], index) => {
+ console.log("privileges")
+ console.log(privileges)
return (