Merged in fix/STAY-124-change-dates (pull request #3199)
Fix/STAY-124 change dates * fix: handle change dates for different rate types * fix: update wrong spelling in cancellation rules * fix: add hover state on links * fix: handle multiroom scenario Approved-by: Erik Tiekstra
This commit is contained in:
@@ -106,7 +106,7 @@ export function mapRoomDetails({
|
||||
case CancellationRuleEnum.Changeable:
|
||||
rate = rates.change
|
||||
break
|
||||
case CancellationRuleEnum.NonCancellable:
|
||||
case CancellationRuleEnum.NotCancellable:
|
||||
rate = rates.save
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user