Merge pull request #686 from Tria-plc/alpha

Alpha
This commit is contained in:
Abubeker Yasin
2026-07-14 21:30:57 +03:00
committed by GitHub

View File

@@ -1927,6 +1927,7 @@ export default function SeatsPage() {
? allCoachSeats?.find((s: any) => s.id === assignedSeatId)
: null;
const seatLabel = assignedSeat ? buildSeatLabel(assignedSeat) : "";
const seatFare = assignedSeat ? getSeatFare(assignedSeat) : null;
const isActive = i === activePassengerIndex;
const isClickable = i <= maxSelectableIndex;
return (