Code tidy-up
This commit is contained in:
parent
bb2ed39cd8
commit
1497d806f6
|
@ -18,8 +18,7 @@ export function Signup ( props ) {
|
|||
if(username.length > 4) {
|
||||
console.log("longer than 4 characters")
|
||||
}
|
||||
}
|
||||
)
|
||||
}, [username] )
|
||||
|
||||
return (
|
||||
|
||||
|
|
Loading…
Reference in New Issue