Merged in fix/SW-2438-change-to-breakfast-buffet-remove-dash (pull request #1918)
fix(SW-2438): change to breakfast buffet always and replace dash with empty string * fix(SW-2438): change to breakfast buffet always and replace dash with empty string * fix(SW-2438): remove none from ageOfChildren Approved-by: Tobias Johansson Approved-by: Matilda Landström
This commit is contained in:
@@ -15,6 +15,6 @@ export function getSpecialRoomType(
|
||||
} else if (packageCodes?.includes(RoomPackageCodeEnum.PET_ROOM)) {
|
||||
return "pet room"
|
||||
} else {
|
||||
return "-"
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user