Merged in fix/STAY-137 (pull request #3340)
fix: make multiroom contact customer support for rebooking * fix: make multiroom contact customer support for rebooking Approved-by: Erik Tiekstra
This commit is contained in:
@@ -37,7 +37,7 @@ export default function Alerts({
|
||||
)
|
||||
: cancellationRule === CancellationRuleEnum.Changeable
|
||||
|
||||
if (!isModifiable && isChangeable) {
|
||||
if ((!isModifiable && isChangeable) || (multiRoom && isChangeable)) {
|
||||
return <CustomerSupport closeModal={closeModal} />
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user