hide log panel in web app

This commit is contained in:
JzoNg 2024-03-22 17:23:40 +08:00
parent 5843b30a13
commit a264973366
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const Operation: FC<OperationProps> = ({
/>
)}
{!isOpeningStatement && (
{!isOpeningStatement && (showPromptLog || config?.text_to_speech?.enabled) && (
<div className='hidden group-hover:flex items-center w-max h-[28px] p-0.5 rounded-lg bg-white border-[0.5px] border-gray-100 shadow-md'>
{showPromptLog && (
<Log logItem={item} />