feat(SW-350): fix merge conflicts
This commit is contained in:
@@ -13,5 +13,5 @@ export default async function BookingWidgetPage() {
|
||||
return null
|
||||
}
|
||||
|
||||
return <BookingWidget type="full" />
|
||||
return <BookingWidget />
|
||||
}
|
||||
|
||||
@@ -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