Merged in feat/SW-2939-stuttgart-meeting-package (pull request #2386)

feat(SW-2939): add Stuttgart meeting package id

* feat(SW-2939): add Stuttgart meeting package id


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-06-18 08:52:16 +00:00
parent 1e039febaf
commit 9df19fda7c
2 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export default async function MeetingsSubpage({
</Typography> </Typography>
<aside className={styles.sidebar}> <aside className={styles.sidebar}>
{meetingRooms ? ( {meetingRooms?.length ? (
<MeetingsSidebar <MeetingsSidebar
country={hotel.address.country} country={hotel.address.country}
email={meetingRooms[0].attributes.email} email={meetingRooms[0].attributes.email}

View File

@@ -1,6 +1,6 @@
// Hotel ids are used as keys to map to the destination id for the meeting package widget // Hotel ids are used as keys to map to the destination id for the meeting package widget
// The destination id is used to prefill the correct destination // The destination id is used to prefill the correct destination
// Last updated: 2025-03-11 // Last updated: 2025-06-18
export const meetingPackageDestinationByHotelId: Record<string, string> = { export const meetingPackageDestinationByHotelId: Record<string, string> = {
"214": "341161", "214": "341161",
"215": "371906", "215": "371906",
@@ -55,6 +55,7 @@ export const meetingPackageDestinationByHotelId: Record<string, string> = {
"556": "375174", "556": "375174",
"557": "427128", "557": "427128",
"558": "533019", "558": "533019",
"559": "723302",
"601": "31571", "601": "31571",
"603": "356654", "603": "356654",
"605": "356693", "605": "356693",