mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
count
This commit is contained in:
parent
1e5f9808b4
commit
fec283a0f1
1 changed files with 2 additions and 0 deletions
|
|
@ -384,6 +384,8 @@ const PastThreadElement = ({ pastThread, idx, hoveredIdx, setHoveredIdx, isRunni
|
|||
null}
|
||||
{/* name */}
|
||||
<span className="truncate overflow-hidden text-ellipsis">{firstMsg}</span>
|
||||
|
||||
<span className='opacity-60'>{`(${numMessages})`}</span>
|
||||
</span>
|
||||
|
||||
<div className="flex items-center gap-x-1 opacity-60">
|
||||
|
|
|
|||
Loading…
Reference in a new issue