fix(freight-web): comment out unused onBlur prop and UserCheck import

This commit is contained in:
marshal
2026-06-24 11:09:45 +03:00
parent fd4cc8f080
commit b1dfdeb4c5
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ export function PhoneField({
label,
value,
onChange,
onBlur,
// onBlur,
error,
required,
disabled,

View File

@@ -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";