From c8412e7dc9cf630ce7f218cb022fa066929c1d78 Mon Sep 17 00:00:00 2001 From: gaord Date: Fri, 26 Apr 2024 13:31:44 +0800 Subject: [PATCH] =?UTF-8?q?chatbot=20url=E6=B2=A1=E6=9C=89=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=B6=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BAchatbot?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E6=94=B9=E5=96=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=20(#1295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ben Gao --- .../app/src/pages/account/components/Info.tsx | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) 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 && (