Removing getBalance()
This commit is contained in:
parent
52a70f5365
commit
33aaa4f679
|
@ -97,7 +97,6 @@ class Poll extends PureComponent {
|
|||
this.setState({ error: res.message })
|
||||
})
|
||||
.finally(() => {
|
||||
this.getBalance();
|
||||
this.setState({isSubmitting: false});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue