fix: empty title issue

This commit is contained in:
Timothy J. Baek 2024-03-08 14:04:08 -08:00
parent 404aa62a8a
commit f2c7db7637

View file

@ -398,7 +398,7 @@
<div
class=" text-left self-center overflow-hidden {chat.id === $chatId
? 'w-[160px]'
: 'w-full'} "
: 'w-full'} h-[20px]"
>
{chat.title}
</div>