mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Code tidy-up
This commit is contained in:
parent
bb2ed39cd8
commit
1497d806f6
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ export function Signup ( props ) {
|
|||
if(username.length > 4) {
|
||||
console.log("longer than 4 characters")
|
||||
}
|
||||
}
|
||||
)
|
||||
}, [username] )
|
||||
|
||||
return (
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue