fix: not show special panel detail

This commit is contained in:
Joel 2025-05-23 11:50:29 +08:00
parent 3ec6f96722
commit cd7c1e2f26

View File

@ -169,7 +169,7 @@ const BasePanel: FC<BasePanelProps> = ({
return {} return {}
})() })()
if (isShowSingleRun) { if (isShowSingleRun || logParams.showSpecialResultPanel) {
return ( return (
<div className={cn( <div className={cn(
'relative mr-1 h-full', 'relative mr-1 h-full',