From 9688232b2d0ed8b603064f9938372a8e81d0fad6 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 19 Mar 2025 08:46:44 +0000 Subject: [PATCH] feat(SW-1907): Not rendering preamble when at least one filter is active on destination pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Fredrik Thorsson Approved-by: Matilda Landström --- .../DestinationCityPage/index.tsx | 4 +--- .../DestinationCountryPage/index.tsx | 7 ++++--- .../SidebarContentWrapper/index.tsx | 18 ++++++++++++++---- .../sidebarContentWrapper.module.css | 7 +++++++ 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx index b72ebfd23..a8504358a 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx @@ -6,7 +6,6 @@ import { getDestinationCityPage } from "@/lib/trpc/memoizedRequests" import Blocks from "@/components/Blocks" import Breadcrumbs from "@/components/Breadcrumbs" -import Body from "@/components/TempDesignSystem/Text/Body" import ExperienceList from "../ExperienceList" import HotelDataContainer, { preload } from "../HotelDataContainer" @@ -60,8 +59,7 @@ export default async function DestinationCityPage() { {blocks && }