diff --git a/web/src/pages/functionTemplate/Mods/TemplateInfo/index.tsx b/web/src/pages/functionTemplate/Mods/TemplateInfo/index.tsx index aaf2c6a791..5698b306da 100644 --- a/web/src/pages/functionTemplate/Mods/TemplateInfo/index.tsx +++ b/web/src/pages/functionTemplate/Mods/TemplateInfo/index.tsx @@ -22,31 +22,33 @@ const TemplateInfo = (props: { functionTemplate: TFunctionTemplate; usedBy: any[
- - {t("Template.DeveloperInfo")} - - -
- - {functionTemplate.user.username} - - - - - - + {functionTemplate.user?.username && ( + + {t("Template.DeveloperInfo")} + + +
+ + {functionTemplate.user?.username} - -
+ + + + + + + +
+
- + )} {t("Template.Function")}