feat: sw-929 show booking widget on hotelreservation path and separate env for sitewide alerts
This commit is contained in:
@@ -57,9 +57,9 @@ export default async function RootLayout({
|
||||
<body>
|
||||
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
|
||||
<TrpcProvider>
|
||||
{!env.HIDE_FOR_NEXT_RELEASE && <>{sitewidealert}</>}
|
||||
{sitewidealert}
|
||||
{header}
|
||||
{!env.HIDE_FOR_NEXT_RELEASE && <>{bookingwidget}</>}
|
||||
{bookingwidget}
|
||||
{children}
|
||||
{footer}
|
||||
<ToastHandler />
|
||||
|
||||
Reference in New Issue
Block a user