fix label of tool picker

This commit is contained in:
JzoNg 2024-12-30 15:43:24 +08:00
parent 2007828404
commit e1cb85cee1

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> </div>
</Tooltip > </Tooltip >
) )