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:
Christel Westerberg
2025-12-12 10:31:41 +00:00
parent de94c47f3f
commit 0c93a7be7c

View File

@@ -37,7 +37,7 @@ export default function Alerts({
)
: cancellationRule === CancellationRuleEnum.Changeable
if (!isModifiable && isChangeable) {
if ((!isModifiable && isChangeable) || (multiRoom && isChangeable)) {
return <CustomerSupport closeModal={closeModal} />
}