mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 23:35:42 +00:00
Build issue resolution
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
|||||||
ChevronLeft,
|
ChevronLeft,
|
||||||
Calendar,
|
Calendar,
|
||||||
MapPin,
|
MapPin,
|
||||||
Users,
|
|
||||||
Clock,
|
Clock,
|
||||||
Train,
|
Train,
|
||||||
Bus,
|
Bus,
|
||||||
@@ -18,7 +17,6 @@ import {
|
|||||||
AlertCircle,
|
AlertCircle,
|
||||||
Loader2,
|
Loader2,
|
||||||
ArrowRight,
|
ArrowRight,
|
||||||
Tag,
|
|
||||||
Shield,
|
Shield,
|
||||||
X,
|
X,
|
||||||
Star,
|
Star,
|
||||||
@@ -697,8 +695,6 @@ export default function PackageDetailPage() {
|
|||||||
|
|
||||||
const origin = pkg.outboundSchedule?.originStation;
|
const origin = pkg.outboundSchedule?.originStation;
|
||||||
const destination = pkg.outboundSchedule?.destinationStation;
|
const destination = pkg.outboundSchedule?.destinationStation;
|
||||||
const availableSeats = pkg.totalCapacity - pkg.bookedCount;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-gray-50 dark:bg-gray-950">
|
<div className="min-h-screen bg-gray-50 dark:bg-gray-950">
|
||||||
{/* Passenger count modal */}
|
{/* Passenger count modal */}
|
||||||
|
|||||||
Reference in New Issue
Block a user