mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Build issue resolution
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user