add members stats

This commit is contained in:
soukainna 2023-02-27 14:16:01 +01:00
parent afc403bded
commit fc60854e21
1 changed files with 1 additions and 7 deletions

View File

@ -59,13 +59,8 @@
</tr>
</thead>
<tbody class="divide-y divide-gray-200 bg-white">
<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>