From 78133900fe1bcaa050fe163fae540f806182297e Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Mon, 28 Jul 2025 11:02:05 +0500 Subject: [PATCH] excludes for unit types video --- src/components/UnitTypeItem.tsx | 42 ++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/src/components/UnitTypeItem.tsx b/src/components/UnitTypeItem.tsx index 373a57c..7665067 100644 --- a/src/components/UnitTypeItem.tsx +++ b/src/components/UnitTypeItem.tsx @@ -56,22 +56,32 @@ function UnitTypeItem({ project, type }: UnitTypeItemProps) {
- + {![ + "1-bedroom-d", + "2-bedroom-a", + "1-bedroom-loft-a", + "1-bedroom-loft-b", + "1-bedroom-loft-c", + ].includes(type.slug) && ( + + )} {/* {type.video && (