feat: show both prices for multiroom room 2-4 on all users
This commit is contained in:
@@ -102,7 +102,7 @@ export default function Summary({
|
||||
const childBedExtraBed = childrenBeds?.get(ChildBedMapEnum.IN_EXTRA_BED)
|
||||
|
||||
const memberPrice = getMemberPrice(room.roomRate)
|
||||
const showMemberPrice = !!(isMember && memberPrice)
|
||||
const showMemberPrice = !!(isMember && memberPrice && roomNumber === 1)
|
||||
|
||||
const adultsMsg = intl.formatMessage(
|
||||
{ id: "{totalAdults, plural, one {# adult} other {# adults}}" },
|
||||
|
||||
Reference in New Issue
Block a user