diff --git a/web/app/components/datasets/create-from-pipeline/list/template-card/details/index.tsx b/web/app/components/datasets/create-from-pipeline/list/template-card/details/index.tsx index ae1eceba2d..0402feae3f 100644 --- a/web/app/components/datasets/create-from-pipeline/list/template-card/details/index.tsx +++ b/web/app/components/datasets/create-from-pipeline/list/template-card/details/index.tsx @@ -63,7 +63,7 @@ const Details = ({ > -
+
-
-
+
+
{pipelineTemplateInfo.name}
-
- {t('datasetPipeline.details.createdBy', { - author: pipelineTemplateInfo.created_by, - })} -
+ {pipelineTemplateInfo.created_by && ( +
+ {t('datasetPipeline.details.createdBy', { + author: pipelineTemplateInfo.created_by, + })} +
+ )}