Skip to content

Commit 1e0efa0

Browse files
committed
fixing: unused vars
1 parent 266127c commit 1e0efa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Input/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { useController } from "react-hook-form";
44
export const Input = ({ control, name, inputIcon, PlaceHolder, InputType }) => {
55
const {
66
field,
7-
fieldState: { invalid, isTouched, isDirty },
8-
formState: { touchedFields, dirtyFields },
7+
//fieldState: { invalid, isTouched, isDirty },
8+
//formState: { touchedFields, dirtyFields },
99
} = useController({
1010
name,
1111
control,

0 commit comments

Comments
 (0)