feat(SW-977): Scenario 1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user