From dd89acbaf5efa08fbf3744e627760cf60427866d Mon Sep 17 00:00:00 2001 From: Ethan Liu Date: Sat, 10 Jun 2023 12:09:27 +0800 Subject: [PATCH] fix: fix bug --- src/components/chatSection/chatList/configure.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chatSection/chatList/configure.tsx b/src/components/chatSection/chatList/configure.tsx index 1beb6b5..87663b3 100644 --- a/src/components/chatSection/chatList/configure.tsx +++ b/src/components/chatSection/chatList/configure.tsx @@ -202,7 +202,7 @@ const Configure = React.memo(() => { )} - {isShow && recentPrompt.length && ( + {!!(isShow && recentPrompt.length) && (