🐛 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:
Shinji-Li
2026-01-23 14:20:05 +08:00
committed by GitHub
parent 279550fef9
commit f45f508fbd

View File

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