feat(sw-350): Fixed merge conflict
This commit is contained in:
@@ -56,7 +56,7 @@ const breakfastAlternatives = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "buffe",
|
value: "buffe",
|
||||||
name: "Breakfast buffé",
|
name: "Breakfast buffé",
|
||||||
payment: "Always cheeper to get it online",
|
payment: "Always cheeper to get it online",
|
||||||
pricePerNight: 150,
|
pricePerNight: 150,
|
||||||
currency: "SEK",
|
currency: "SEK",
|
||||||
@@ -80,6 +80,7 @@ export default async function SectionsPage({
|
|||||||
searchParams,
|
searchParams,
|
||||||
}: PageArgs<LangParams & { section: string }, SectionPageProps>) {
|
}: PageArgs<LangParams & { section: string }, SectionPageProps>) {
|
||||||
setLang(params.lang)
|
setLang(params.lang)
|
||||||
|
const profile = await getProfileSafely()
|
||||||
|
|
||||||
const hotel = await serverClient().hotel.hotelData.get({
|
const hotel = await serverClient().hotel.hotelData.get({
|
||||||
hotelId: "811",
|
hotelId: "811",
|
||||||
|
|||||||
Reference in New Issue
Block a user