diff --git a/projects/app/src/pages/account/components/Info.tsx b/projects/app/src/pages/account/components/Info.tsx index f59c98e3c..9f40e6e29 100644 --- a/projects/app/src/pages/account/components/Info.tsx +++ b/projects/app/src/pages/account/components/Info.tsx @@ -564,25 +564,27 @@ const Other = () => { )} - - - - {t('common.system.Help Chatbot')} - - + {feConfigs?.chatbotUrl && ( + + + + {t('common.system.Help Chatbot')} + + + )} {feConfigs?.lafEnv && userInfo?.team.role === TeamMemberRoleEnum.owner && (