Hide package seats

This commit is contained in:
Stephanos A
2026-07-22 18:59:55 +03:00
parent 62fcf6a8d2
commit af28abb0f0

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()}