fix label of tool picker

This commit is contained in:
JzoNg 2024-12-30 15:43:24 +08:00
parent 2007828404
commit e1cb85cee1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const ToolItem: FC<Props> = ({
})
}}
>
<div className='h-8 leading-8 border-l-2 border-divider-subtle pl-4 truncate text-text-secondary system-sm-medium'>{payload.name}</div>
<div className='h-8 leading-8 border-l-2 border-divider-subtle pl-4 truncate text-text-secondary system-sm-medium'>{payload.label[language]}</div>
</div>
</Tooltip >
)