ctt-puro 0.65.2 → 0.65.3
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
|
@@ -5370,7 +5370,7 @@ class MapperService {
|
|
|
5370
5370
|
images: this.getArrayImageResponsive(restaurant?.multimedia?.filter((img) => img?.tags?.some((tag) => tag === 'ListRestaurants' ||
|
|
5371
5371
|
tag?.name === 'ListRestaurants'))),
|
|
5372
5372
|
buttons: [
|
|
5373
|
-
Utils.mapButtons(
|
|
5373
|
+
Utils.mapButtons(1, restaurant?.buttons),
|
|
5374
5374
|
],
|
|
5375
5375
|
...(restaurant?.logos?.length
|
|
5376
5376
|
? {
|