From f16f62e1d159bfec87aa5025f0f5c672e61a6acb Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 7 Oct 2024 13:40:29 +0200 Subject: [PATCH] feat(sw-350): Fixed merge conflict --- app/[lang]/(live)/(public)/hotelreservation/[section]/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/[section]/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/[section]/page.tsx index 8d02b857e..f4e7ed7b5 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/[section]/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/[section]/page.tsx @@ -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) { setLang(params.lang) + const profile = await getProfileSafely() const hotel = await serverClient().hotel.hotelData.get({ hotelId: "811",