Fix ESLint errors

This commit is contained in:
2018-04-16 19:14:37 +02:00
parent b09f19f399
commit ba3c707da3
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default Component.extend({
confirm(proposalId) {
if (this.contractInteractionEnabled) {
this.sendAction('confirmAction', proposalId);
this.confirmProposal(proposalId);
} else {
window.alert('Only members can vote on proposals. Please ask someone to set you up.');
}