mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: slove the agents header switch agents the lobeAI not show problem (#11726)
fix: slove the agents header switch agents the lobeAI not show problem
This commit is contained in:
@@ -42,7 +42,7 @@ const AgentList = memo<{ onMoreClick?: () => void }>(({ onMoreClick }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<InboxItem />
|
||||
<InboxItem style={{ minHeight: 36 }} />
|
||||
{showPinned && <SessionList dataSource={pinnedList!} />}
|
||||
{showCustom && <Group dataSource={customList!} />}
|
||||
{showDefault && (
|
||||
|
||||
Reference in New Issue
Block a user