diff --git a/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/WagonCancellationCard.tsx b/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/WagonCancellationCard.tsx index 29ec6705d..d5ab1754a 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/WagonCancellationCard.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/WagonCancellationCard.tsx @@ -11,7 +11,7 @@ import { Textarea, } from "@mantine/core"; import { useMutation, useQuery } from "@tanstack/react-query"; -import { CheckCircle2, Clock, CreditCard, TrainTrack } from "lucide-react"; +import { CheckCircle2, Clock, CreditCard } from "lucide-react"; import { useMemo, useState } from "react"; import toast from "react-hot-toast"; import { Link, useNavigate } from "react-router-dom";