This commit is contained in:
2018-04-10 15:27:38 +02:00
parent c373c901a2
commit 4a711788f6
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default Controller.extend({
return this.get('model.proposals')
.map((proposal) => {
let contributor = this.get('contributors')
.findBy('id', proposal.get('recipientId').toString());
.findBy('id', proposal.get('recipientId'));
proposal.set('contributor', contributor);