From 33aaa4f67989e15f312490d5b11e39b691581bc9 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 17 Jul 2018 16:24:54 -0400 Subject: [PATCH] Removing getBalance() --- app/components/simple-voting/PollsList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/simple-voting/PollsList.js b/app/components/simple-voting/PollsList.js index 8f35f04..63d43e4 100644 --- a/app/components/simple-voting/PollsList.js +++ b/app/components/simple-voting/PollsList.js @@ -97,7 +97,6 @@ class Poll extends PureComponent { this.setState({ error: res.message }) }) .finally(() => { - this.getBalance(); this.setState({isSubmitting: false}); }); }