Skip to content

Commit f45f508

Browse files
authored
šŸ› fix: slove the agents header switch agents the lobeAI not show problem (lobehub#11726)
fix: slove the agents header switch agents the lobeAI not show problem
1 parent 279550f commit f45f508

File tree

1 file changed

+1
-1
lines changed
  • src/app/[variants]/(main)/home/_layout/Body/Agent/List

1 file changed

+1
-1
lines changed

ā€Žsrc/app/[variants]/(main)/home/_layout/Body/Agent/List/index.tsxā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const AgentList = memo<{ onMoreClick?: () => void }>(({ onMoreClick }) => {
4242

4343
return (
4444
<>
45-
<InboxItem />
45+
<InboxItem style={{ minHeight: 36 }} />
4646
{showPinned && <SessionList dataSource={pinnedList!} />}
4747
{showCustom && <Group dataSource={customList!} />}
4848
{showDefault && (

0 commit comments

Comments
Ā (0)