diff --git a/apps/web/components/booking/AvailableTimes.tsx b/apps/web/components/booking/AvailableTimes.tsx index 855e49a038..94dd1c9789 100644 --- a/apps/web/components/booking/AvailableTimes.tsx +++ b/apps/web/components/booking/AvailableTimes.tsx @@ -122,7 +122,7 @@ const AvailableTimes: FC = ({ brand === "#fff" || brand === "#ffffff" ? "border-brandcontrast" : "border-brand" )}> {slot.time.format(timeFormat)} - {seatsPerTimeSlot &&

{t("booking_full")}

} + {!!seatsPerTimeSlot &&

{t("booking_full")}

} ) : ( @@ -133,7 +133,7 @@ const AvailableTimes: FC = ({ )} data-testid="time"> {dayjs.tz(slot.time, timeZone()).format(timeFormat)} - {seatsPerTimeSlot && ( + {!!seatsPerTimeSlot && (

= 0.8