Code tidy-up

This commit is contained in:
Ray 2023-09-12 10:33:27 +00:00 committed by GitHub
parent bb2ed39cd8
commit 1497d806f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ export function Signup ( props ) {
if(username.length > 4) {
console.log("longer than 4 characters")
}
}
)
}, [username] )
return (