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) && (