fix linting errors

This commit is contained in:
2018-04-03 19:19:11 +02:00
parent 3f0b1ccbcd
commit 5d6b4a5255
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default Component.extend({
isValidRecipient: computed('proposal.recipientAddress', function() {
// TODO: add proper address validation
return this.get('proposal.recipientAddress') !== ''
return this.get('proposal.recipientAddress') !== '';
}),
isValidAmount: computed('proposal.amount', function() {