This commit is contained in:
Mashy 2019-10-10 13:41:17 +10:00
parent 2a84ea2caf
commit 4b7eecd4f4

View File

@ -35,7 +35,7 @@ function Register(args) {
submitRegister, submitRegister,
} = args; } = args;
const { password, confirm, name, terms, viewTos } = this.state; const { password, confirm, name, terms } = this.state;
const registerSubmit = (event) => { const registerSubmit = (event) => {
event.preventDefault(); event.preventDefault();