This commit is contained in:
f4ilji
2024-11-11 15:56:07 +05:00
parent 1f204a6d88
commit 13318ea54d
4 changed files with 18 additions and 6 deletions
@@ -74,7 +74,6 @@
<h2 v-if="division.data.workers.length > 0" id="persons" class="font-bold text-xl">Состав</h2>
<template v-for="worker in division.data.workers">
{{ worker }}
<ClientDivisionWorkerCard :worker="worker" />
</template>