Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Jun 10, 2023
1 parent 91875fd commit dd89acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chatSection/chatList/configure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const Configure = React.memo(() => {
</motion.div>
)}

{isShow && recentPrompt.length && (
{!!(isShow && recentPrompt.length) && (
<motion.div
className="flex justify-center"
initial={{ opacity: 0 }}
Expand Down

1 comment on commit dd89acb

@vercel
Copy link

@vercel vercel bot commented on dd89acb Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.