Merge pull request #922 from Tria-plc/alpha

Build issue resolution
This commit is contained in:
Stephanos A.
2026-07-22 19:52:25 +03:00
committed by GitHub

View File

@@ -10,7 +10,6 @@ import {
ChevronLeft,
Calendar,
MapPin,
Users,
Clock,
Train,
Bus,
@@ -18,7 +17,6 @@ import {
AlertCircle,
Loader2,
ArrowRight,
Tag,
Shield,
X,
Star,
@@ -697,8 +695,6 @@ export default function PackageDetailPage() {
const origin = pkg.outboundSchedule?.originStation;
const destination = pkg.outboundSchedule?.destinationStation;
const availableSeats = pkg.totalCapacity - pkg.bookedCount;
return (
<div className="min-h-screen bg-gray-50 dark:bg-gray-950">
{/* Passenger count modal */}