From e5d2bb2f637367de5d5eb7d9b95657e58136c413 Mon Sep 17 00:00:00 2001 From: Nathnael Date: Thu, 9 Jul 2026 12:51:12 +0000 Subject: [PATCH] fix: unused var --- .../edr-freight-web/portal/src/pages/contracts/ContractsList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/pages/contracts/ContractsList.tsx b/apps/edr-freight-web/portal/src/pages/contracts/ContractsList.tsx index b6ba870d6..40a519840 100644 --- a/apps/edr-freight-web/portal/src/pages/contracts/ContractsList.tsx +++ b/apps/edr-freight-web/portal/src/pages/contracts/ContractsList.tsx @@ -33,7 +33,6 @@ import { X, } from "lucide-react"; -import { PROFILE_TYPE_LABELS } from "@/constants/profileMode"; import useAuth from "@/hooks/useAuth"; import { api } from "@/services/api"; import { ContractCustomerAction } from "@/components/customer-actions/ContractCustomerAction";