Removing getBalance()

This commit is contained in:
Richard Ramos 2018-07-17 16:24:54 -04:00
parent 52a70f5365
commit 33aaa4f679
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ class Poll extends PureComponent {
this.setState({ error: res.message })
})
.finally(() => {
this.getBalance();
this.setState({isSubmitting: false});
});
}