Skip to content

Commit

Permalink
fix meeting absentees not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Jul 22, 2024
1 parent 6b63c5f commit 830254a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-dragons-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': patch
---

Fix meeting absentees not shown
2 changes: 1 addition & 1 deletion app/components/participation-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class ParticipationListComponent extends Component {
label: this.intl.t('participation-list.not-present-label'),
value:
this.absentees
?.map((m) => m.isBestuurlijkeAliasVan.fullName)
?.map((m) => m.get('isBestuurlijkeAliasVan.fullName'))
.join(', ') || '',
},
];
Expand Down

0 comments on commit 830254a

Please sign in to comment.