Skip to content

Commit

Permalink
revode extra symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
rvoshchylo committed Jan 16, 2024
1 parent 919fc93 commit 7ca5698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const TextField: React.FC<Props> = ({
onBlur={() => setTouched(true)}
/>
</div>
{}
{hasError && (
<p className="help is-danger">{`${label} is required`}</p>
)}
Expand Down

0 comments on commit 7ca5698

Please sign in to comment.