From c8e16911ff54332f0720445bb0360e104bc8aa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?= <35325608+wlibin@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:32:45 +0800 Subject: [PATCH] Update chat.tsx --- app/components/chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3d519dee7..72f35c2ea 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -743,7 +743,7 @@ export function ChatActions(props: { /> )} - {showPlugins(currentProviderName, currentModel) && ( + {!isMobileScreen && (