feat(SW-977): Scenario 1

This commit is contained in:
Pontus Dreij
2024-12-11 13:39:15 +01:00
parent 92bbfcf533
commit 4f92d1da08
2 changed files with 18 additions and 9 deletions

View File

@@ -79,8 +79,8 @@ export default function BookingWidgetClient({
const selectedLocation = bookingWidgetSearchData
? getLocationObj(
(bookingWidgetSearchData.city ??
bookingWidgetSearchData.hotel) as string
(bookingWidgetSearchData.hotel ??
bookingWidgetSearchData.city) as string
)
: undefined