feat(SW-350): Fix PR comments
This commit is contained in:
@@ -13,5 +13,5 @@ export default async function BookingWidgetPage() {
|
||||
return null
|
||||
}
|
||||
|
||||
return <BookingWidget type="full" />
|
||||
return <BookingWidget />
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -65,7 +65,7 @@ export default async function RootLayout({
|
||||
<SkipToMainContent />
|
||||
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
|
||||
{header}
|
||||
<BookingWidget type="full" />
|
||||
<BookingWidget />
|
||||
{children}
|
||||
<Footer />
|
||||
<TokenRefresher />
|
||||
|
||||
Reference in New Issue
Block a user