diff --git a/scenes/SceneEditAccount.js b/scenes/SceneEditAccount.js index 9a23cf13..c1a5eca1 100644 --- a/scenes/SceneEditAccount.js +++ b/scenes/SceneEditAccount.js @@ -58,7 +58,7 @@ export default class SceneEditAccount extends React.Component { }; _handleUpload = async (e) => { - this.setState({ changingAvatar: true, changingBio: true }); + this.setState({ changingAvatar: true }); let json = await UserBehaviors.uploadImage(e.target.files[0], this.props.resources, true); if (!json) { this.setState({ changingAvatar: false });