Merge branch 'master' into feature/tracking

This commit is contained in:
Linus Flood
2024-11-07 10:23:39 +01:00
10 changed files with 148 additions and 107 deletions

View File

@@ -100,8 +100,11 @@ export default async function StepPage({
return (
<section>
<HistoryStateManager />
<SelectedRoom hotelId={hotelId} room={roomAvailability.selectedRoom} />
<SelectedRoom
hotelId={hotelId}
room={roomAvailability.selectedRoom}
rateDescription={roomAvailability.cancellationText}
/>
{/* TODO: How to handle no beds found? */}
{roomAvailability.bedTypes ? (