Merge pull request #920 from Tria-plc/alpha

Hide package seats
This commit is contained in:
Stephanos A.
2026-07-22 19:02:40 +03:00
committed by GitHub

View File

@@ -859,9 +859,6 @@ export default function PackageDetailPage() {
<InfoRow icon={<MapPin className="w-4 h-4 text-primary" />} label="Arrival">
{fmtTime(pkg.arrivalTime)} · {fmt(pkg.arrivalTime)}
</InfoRow>
<InfoRow icon={<Users className="w-4 h-4 text-primary" />} label="Total Capacity">
{pkg.totalCapacity} seats ({pkg.bookedCount} booked)
</InfoRow>
{pkg.coachConfiguration && (
<InfoRow icon={<Train className="w-4 h-4 text-primary" />} label="Coach Config">
{pkg.coachConfiguration.trim()}