"src/vscode:/vscode.git/clone" did not exist on "af9e0cc33a7f6470d9f6ce7bc1692ca233eed287"
Commit f2c7db76 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: empty title issue

parent 404aa62a
......@@ -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>
......
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