kupos-ui-components-lib 10.3.9 → 10.3.10
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.
|
@@ -236,7 +236,7 @@ function SeatSection({ seatTypes, availableSeats, isSoldOut, priceColor, currenc
|
|
|
236
236
|
height: "20px",
|
|
237
237
|
marginRight: "5px",
|
|
238
238
|
} })),
|
|
239
|
-
CommonService.
|
|
239
|
+
CommonService.capitalize(seatLabel))) : (React.createElement("span", { className: "text-[13.33px]" }, "Desde")))));
|
|
240
240
|
}
|
|
241
241
|
return renderSeatNames();
|
|
242
242
|
};
|
package/package.json
CHANGED
|
@@ -444,10 +444,7 @@ function SeatSection({
|
|
|
444
444
|
}}
|
|
445
445
|
/>
|
|
446
446
|
)}
|
|
447
|
-
{CommonService.
|
|
448
|
-
CommonService.capitalize(seatLabel),
|
|
449
|
-
15,
|
|
450
|
-
)}
|
|
447
|
+
{CommonService.capitalize(seatLabel)}
|
|
451
448
|
</span>
|
|
452
449
|
) : (
|
|
453
450
|
<span className="text-[13.33px]">Desde</span>
|