add members stats
This commit is contained in:
parent
afc403bded
commit
fc60854e21
|
@ -60,12 +60,7 @@
|
|||
</thead>
|
||||
|
||||
<tbody class="divide-y divide-gray-200 bg-white">
|
||||
|
||||
|
||||
<template x-for="(member, i) in state.members" >
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
||||
<div class="flex items-center">
|
||||
|
@ -152,7 +147,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue