From f220d294e03c4aa68680966c746d4f66023a1f21 Mon Sep 17 00:00:00 2001 From: KVOJJJin Date: Mon, 24 Jun 2024 12:50:08 +0800 Subject: [PATCH] Fix: custom disclaim (#5535) --- web/app/components/base/chat/chat/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/app/components/base/chat/chat/index.tsx b/web/app/components/base/chat/chat/index.tsx index 3bc1e0a7fb..208d752253 100644 --- a/web/app/components/base/chat/chat/index.tsx +++ b/web/app/components/base/chat/chat/index.tsx @@ -263,9 +263,6 @@ const Chat: FC = ({ /> ) } - {appData && appData.site.custom_disclaimer &&
- {appData.site.custom_disclaimer} -
} {showPromptLogModal && (