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:
@@ -54,7 +54,7 @@ export default async function MeetingsSubpage({
|
||||
</Typography>
|
||||
|
||||
<aside className={styles.sidebar}>
|
||||
{meetingRooms ? (
|
||||
{meetingRooms?.length ? (
|
||||
<MeetingsSidebar
|
||||
country={hotel.address.country}
|
||||
email={meetingRooms[0].attributes.email}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// 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
|
||||
// Last updated: 2025-03-11
|
||||
// Last updated: 2025-06-18
|
||||
export const meetingPackageDestinationByHotelId: Record<string, string> = {
|
||||
"214": "341161",
|
||||
"215": "371906",
|
||||
@@ -55,6 +55,7 @@ export const meetingPackageDestinationByHotelId: Record<string, string> = {
|
||||
"556": "375174",
|
||||
"557": "427128",
|
||||
"558": "533019",
|
||||
"559": "723302",
|
||||
"601": "31571",
|
||||
"603": "356654",
|
||||
"605": "356693",
|
||||
|
||||
Reference in New Issue
Block a user