diff --git a/web/app/components/workflow/variable-inspect/tab-header.tsx b/web/app/components/workflow/variable-inspect/tab-header.tsx index aaf3b2573b..be000a8872 100644 --- a/web/app/components/workflow/variable-inspect/tab-header.tsx +++ b/web/app/components/workflow/variable-inspect/tab-header.tsx @@ -22,7 +22,7 @@ const TabHeader: FC = ({ const { t } = useTranslation('workflow') return ( -
+
{TAB_ITEMS.map(tab => ( ))} - {children} +
{children}
) }