This commit is contained in:
2018-04-03 20:32:46 +02:00
parent 5d6b4a5255
commit 6354b03717
2 changed files with 9 additions and 11 deletions
+1 -3
View File
@@ -101,9 +101,7 @@ export default Ember.Controller.extend({
_handleProposalVoted(proposalId, voter, totalVotes) {
this.get('model.proposals')
.findBy('id', proposalId.toNumber())
.setProperties({
'votesCount', totalVotes
});
.setProperties({ 'votesCount': totalVotes });
},
_handleTransfer(data) {