ctt-puro 0.66.7 → 0.66.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/ctt-puro.mjs
CHANGED
|
@@ -4376,7 +4376,7 @@ class MapperService {
|
|
|
4376
4376
|
items = hotels
|
|
4377
4377
|
?.filter((hotel) => hotel?.id !== 5)
|
|
4378
4378
|
?.map((hotel) => ({
|
|
4379
|
-
button: Utils.mapButtons(this.siteId(), hotel?.links)[0],
|
|
4379
|
+
button: Utils.mapButtons(hotel?.links?.[0]?.siteId ?? this.siteId(), hotel?.links)[0],
|
|
4380
4380
|
pretitle: hotel?.city,
|
|
4381
4381
|
title: (hotel.texts?.name || '') +
|
|
4382
4382
|
(hotel.texts?.description
|