Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlloyd committed Jan 12, 2021
1 parent 6c74f2a commit 83383d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/FirstCommentWelcome/FirstCommentWelcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ export const FirstCommentWelcome = ({
label="Username:"
supporting="Must be 6-20 characters, letters and/or numbers only, no spaces."
value={userName}
onChange={(e: React.ChangeEvent<HTMLInputElement>) => setUserName(e.target.value)}
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
setUserName(e.target.value)
}
width={30}
error={error}
/>
Expand Down

0 comments on commit 83383d1

Please sign in to comment.