From 7a2291f450c6c9d231fa8493577ccb1e2c3ad525 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 22 May 2023 11:25:40 +0800 Subject: [PATCH] fix: more than 6th options would be hide (#136) --- web/app/components/share/chat/config-scence/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/share/chat/config-scence/index.tsx b/web/app/components/share/chat/config-scence/index.tsx index e22933ce5d..152d5e58a4 100644 --- a/web/app/components/share/chat/config-scence/index.tsx +++ b/web/app/components/share/chat/config-scence/index.tsx @@ -5,7 +5,7 @@ import Welcome from '../welcome' const ConfigSence: FC = (props) => { return ( -
+
)