Use correct property for dep

This commit is contained in:
2017-06-06 19:55:59 +02:00
parent 4cb3f5d8ba
commit 6eeb505701
+1 -1
View File
@@ -16,7 +16,7 @@ export default Component.extend({
inProgress: false, inProgress: false,
isValidRecipient: computed('proposal.recipientAddress', function() { isValidRecipient: computed('proposal.recipientAddress', function() {
return this.get('kredits.web3Instance').isAddress(this.get('proposal.recipientAddress')); return this.get('kredits.web3').isAddress(this.get('proposal.recipientAddress'));
}), }),
isValidAmount: computed('proposal.amount', function() { isValidAmount: computed('proposal.amount', function() {