From e776b1552ae12817b079d91c475ffd97d7459406 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 7 Oct 2024 10:51:52 +0200 Subject: [PATCH] feat(SW-350): Fix PR comments --- app/[lang]/(live)/@bookingwidget/page.tsx | 2 +- app/[lang]/(live)/layout.tsx | 1 - app/[lang]/(live-current)/layout.tsx | 2 +- components/BookingWidget/bookingWidget.module.css | 2 +- components/DatePicker/Screen/Desktop.tsx | 2 +- .../FormContent/Voucher/voucher.module.css | 9 +++------ .../BookingWidget/FormContent/formContent.module.css | 10 +++++----- components/Forms/BookingWidget/FormContent/index.tsx | 1 - components/Forms/BookingWidget/variants.ts | 2 +- components/TempDesignSystem/TeaserCard/index.tsx | 2 -- components/TempDesignSystem/Tooltip/index.tsx | 4 +++- types/components/tooltip.ts | 1 - 12 files changed, 16 insertions(+), 22 deletions(-) diff --git a/app/[lang]/(live)/@bookingwidget/page.tsx b/app/[lang]/(live)/@bookingwidget/page.tsx index b2dd7e1b6..13a414cba 100644 --- a/app/[lang]/(live)/@bookingwidget/page.tsx +++ b/app/[lang]/(live)/@bookingwidget/page.tsx @@ -13,5 +13,5 @@ export default async function BookingWidgetPage() { return null } - return + return } diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index fffe0a0b0..3704178c4 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -2,7 +2,6 @@ import "@/app/globals.css" import "@scandic-hotels/design-system/style.css" import Script from "next/script" -import React from "react" import { env } from "@/env/server" import TrpcProvider from "@/lib/trpc/Provider" diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index ac6deaf17..ec3be8b3c 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -65,7 +65,7 @@ export default async function RootLayout({ {header} - + {children}