From df488ebfaa78587b5c9f067cdaff98a5f1336fc3 Mon Sep 17 00:00:00 2001 From: Marshal Date: Mon, 17 Aug 2026 08:01:29 +0000 Subject: [PATCH] chnages --- .../BookingDetailPage/components/WagonCancellationCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";