mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user