fix linting errors
This commit is contained in:
@@ -19,7 +19,7 @@ export default Component.extend({
|
||||
|
||||
isValidAddress: function() {
|
||||
// TODO: add proper address validation
|
||||
return this.get('newContributor.address') !== ''
|
||||
return this.get('newContributor.address') !== '';
|
||||
}.property('kredits.web3', 'newContributor.address'),
|
||||
|
||||
isValidName: function() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user