diff --git a/app/helpers/contribution-status.js b/app/helpers/contribution-status.js index b9d9fd8..959aa72 100644 --- a/app/helpers/contribution-status.js +++ b/app/helpers/contribution-status.js @@ -45,7 +45,7 @@ export default Helper.extend({ contribution.removeObserver('vetoed', this, this.triggerRecompute); contribution.removeObserver('confirmedAt', this, this.triggerRecompute); contribution.removeObserver('currentBlock', this, this.triggerRecompute); - contribution.removeObserver('hadPendingChanges', this, this.triggerRecompute); + contribution.removeObserver('hasPendingChanges', this, this.triggerRecompute); }; },