diff --git a/webclient/src/Account.js b/webclient/src/Account.js index f807072..bd0246e 100644 --- a/webclient/src/Account.js +++ b/webclient/src/Account.js @@ -169,7 +169,7 @@ export function ImageCrop(props) { } export function AccountForm(props) { - const { token, user, refreshUser } = props; + const { token, user, refreshUser, isSignup } = props; const member = user.member; const [input, setInput] = useState({ ...member, set_details: true }); const [error, setError] = useState({}); @@ -216,19 +216,19 @@ export function AccountForm(props) {
{user.username}
-