From b1dfdeb4c5cb1518b335ec9e281134cba93f6fee Mon Sep 17 00:00:00 2001 From: marshal Date: Wed, 24 Jun 2026 11:09:45 +0300 Subject: [PATCH] fix(freight-web): comment out unused onBlur prop and UserCheck import --- apps/edr-freight-web/portal/src/components/PhoneField.tsx | 2 +- .../portal/src/pages/accounts/CompanyProfileForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/edr-freight-web/portal/src/components/PhoneField.tsx b/apps/edr-freight-web/portal/src/components/PhoneField.tsx index abc7083b5..72e35bf6f 100644 --- a/apps/edr-freight-web/portal/src/components/PhoneField.tsx +++ b/apps/edr-freight-web/portal/src/components/PhoneField.tsx @@ -51,7 +51,7 @@ export function PhoneField({ label, value, onChange, - onBlur, + // onBlur, error, required, disabled, diff --git a/apps/edr-freight-web/portal/src/pages/accounts/CompanyProfileForm.tsx b/apps/edr-freight-web/portal/src/pages/accounts/CompanyProfileForm.tsx index 0ecd0e0c2..ab7cb0f40 100644 --- a/apps/edr-freight-web/portal/src/pages/accounts/CompanyProfileForm.tsx +++ b/apps/edr-freight-web/portal/src/pages/accounts/CompanyProfileForm.tsx @@ -16,7 +16,7 @@ import { AlertCircle, ArrowLeft, ArrowRight, - UserCheck, + // UserCheck, } from "lucide-react"; import { useEffect, useRef, useState } from "react"; import { useForm } from "react-hook-form";