fix lilie column

This commit is contained in:
philipp lang 2022-09-06 01:28:18 +02:00
parent 3d395b1981
commit 58e398721b
1 changed files with 1 additions and 1 deletions
resources/js/views/member

View File

@ -25,7 +25,7 @@
</thead>
<tr v-for="(member, index) in data.data" :key="index">
<td class="w-3 flex gap-1">
<td class="w-6 flex gap-1 items-center">
<svg-sprite
class="w-3 h-3 flex-none"
v-if="member.is_leader"