Commit f2c7db76 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: empty title issue

parent 404aa62a
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
<div <div
class=" text-left self-center overflow-hidden {chat.id === $chatId class=" text-left self-center overflow-hidden {chat.id === $chatId
? 'w-[160px]' ? 'w-[160px]'
: 'w-full'} " : 'w-full'} h-[20px]"
> >
{chat.title} {chat.title}
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment