From bbcaa1cbf4c450669c969ae04f254f8cfcca491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 29 Oct 2024 14:43:41 +0100 Subject: [PATCH] fix: hide empty hotel faq --- components/ContentType/HotelPage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ContentType/HotelPage/index.tsx b/components/ContentType/HotelPage/index.tsx index f5718a7f2..8eb441e01 100644 --- a/components/ContentType/HotelPage/index.tsx +++ b/components/ContentType/HotelPage/index.tsx @@ -70,7 +70,7 @@ export default async function HotelPage() {
@@ -100,7 +100,7 @@ export default async function HotelPage() {
- {faq && ( + {faq.accordions.length > 0 && ( )}