Skip to content

Commit 9ff7814

Browse files
committed
actually show chairs in popups (rather than repeating the coordinators...)
addresses GPM-487
1 parent a77aa56 commit 9ff7814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/groups/SubgroupList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
label-width="8em"
6565
class="my-1"
6666
>
67-
{{ g.coordinators.map(c => c.person.name).join(', ') }}
67+
{{ g.chairs.map(c => c.person.name).join(', ') }}
6868
</dictionary-row>
6969
<dictionary-row
7070
v-if="g.coordinators.length > 0"

0 commit comments

Comments
 (0)