This commit is contained in:
JzoNg 2024-03-17 15:06:53 +08:00
parent 3b660f1698
commit 843db3dbdf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const RunHistory = () => {
item.id === workflowRunId && 'text-primary-600',
)}
>
{`Test ${isChatMode ? 'Chat' : 'Run'} Run#${item.sequence_number}`}
{`Test ${isChatMode ? 'Chat' : 'Run'}#${item.sequence_number}`}
</div>
<div className='flex items-center text-xs text-gray-500 leading-[18px]'>
{item.created_by_account.name} · {dayjs((item.finished_at || item.created_at) * 1000).fromNow()}