We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77aa56 commit 9ff7814Copy full SHA for 9ff7814
1 file changed
resources/js/components/groups/SubgroupList.vue
@@ -64,7 +64,7 @@ export default {
64
label-width="8em"
65
class="my-1"
66
>
67
- {{ g.coordinators.map(c => c.person.name).join(', ') }}
+ {{ g.chairs.map(c => c.person.name).join(', ') }}
68
</dictionary-row>
69
<dictionary-row
70
v-if="g.coordinators.length > 0"
0 commit comments