diff --git a/web/app/components/workflow/block-icon.tsx b/web/app/components/workflow/block-icon.tsx index 0184c81702..517fbd114b 100644 --- a/web/app/components/workflow/block-icon.tsx +++ b/web/app/components/workflow/block-icon.tsx @@ -25,6 +25,7 @@ import { VariableX, } from '@/app/components/base/icons/src/vender/workflow' import AppIcon from '@/app/components/base/app-icon' +import cn from '@/utils/classnames' type BlockIconProps = { type: BlockEnum @@ -97,13 +98,14 @@ const BlockIcon: FC = ({ toolIcon, }) => { return ( -
{ type !== BlockEnum.Tool && (