This commit is contained in:
Timothy J. Baek 2024-04-21 13:19:48 -05:00
parent 6f6be2c03f
commit 4148d70ec0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
</tr>
</thead>
<tbody>
{#each [...chats, ...chats, ...chats] as chat, idx}
{#each chats as chat, idx}
<tr
class="bg-white {idx !== chats.length - 1 &&
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"