fix: display modify dates for already guaranteed changeable rates

This commit is contained in:
Simon Emanuelsson
2025-04-03 15:51:38 +02:00
committed by Michael Zetterberg
parent b8a976db22
commit 2abd4c5c12
17 changed files with 94 additions and 205 deletions

View File

@@ -95,11 +95,11 @@ export default async function Rooms({
</Typography>
<TotalPrice
variant="Title/Subtitle/lg"
type={getPriceType({
rateDefinition: booking.rateDefinition,
vouchers: booking.vouchers,
cheques: booking.cheques,
})}
type={getPriceType(
booking.cheques,
booking.roomPoints,
booking.vouchers
)}
/>
</div>