Merge branch 'master' into feature/tracking
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user