Commit 969a9dbb authored by Eva Ho's avatar Eva Ho
Browse files

fix generating symbol

parent 217eb4db
......@@ -86,7 +86,7 @@ export default function () {
</div>
<div className='flex-1 text-gray-800'>
{m.content}
{m.sender === 'bot' && generating && (
{m.sender === 'bot' && generating && i === messages.length - 1 && (
<span className='blink relative -top-[3px] left-1 text-[10px]'></span>
)}
</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