Skip to content

Commit

Permalink
Update InputField.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Aug 5, 2024
1 parent 18465fe commit f58ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/InputField.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const InputField = ({
}`}
>
{label}
</label>
</label>
</div>
{error && (
<p className="text-xs italic text-red-500 mt-2">{error.message}</p>
Expand Down

0 comments on commit f58ceeb

Please sign in to comment.