forked from open-webui/open-webui
fix
This commit is contained in:
parent
6f6be2c03f
commit
4148d70ec0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{#each [...chats, ...chats, ...chats] as chat, idx}
|
{#each chats as chat, idx}
|
||||||
<tr
|
<tr
|
||||||
class="bg-white {idx !== chats.length - 1 &&
|
class="bg-white {idx !== chats.length - 1 &&
|
||||||
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
|
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
|
||||||
|
|
Loading…
Reference in a new issue