Skip to content

Commit fd7872f

Browse files
committed
[CodeFactor] Apply fixes
1 parent ba10566 commit fd7872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Input/InputField.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const InputField = ({
1919
type = 'text',
2020
}) => (
2121
<div className="w-1/2 p-2">
22-
<label for={name} className="pb-4">
22+
<label htmlFor={name} className="pb-4">
2323
{label}
2424
</label>
2525
<input

0 commit comments

Comments
 (0)