feat(sw-350): Fixed merge conflict

This commit is contained in:
Pontus Dreij
2024-10-07 13:40:29 +02:00
parent 9ff4e84ed6
commit f16f62e1d1

View File

@@ -56,7 +56,7 @@ const breakfastAlternatives = [
},
{
value: "buffe",
name: "Breakfast buffé",
name: "Breakfast buffé",
payment: "Always cheeper to get it online",
pricePerNight: 150,
currency: "SEK",
@@ -80,6 +80,7 @@ export default async function SectionsPage({
searchParams,
}: PageArgs<LangParams & { section: string }, SectionPageProps>) {
setLang(params.lang)
const profile = await getProfileSafely()
const hotel = await serverClient().hotel.hotelData.get({
hotelId: "811",