Hide recipe icon in empty chat (#6022)

This commit is contained in:
Zane
2025-12-08 14:37:11 -08:00
committed by GitHub
parent 07007180e9
commit f71d2199fc
+1 -1
View File
@@ -1507,7 +1507,7 @@ export default function ChatInput({
<BottomMenuExtensionSelection sessionId={sessionId} />
</>
)}
{sessionId && (
{sessionId && messages.length > 0 && (
<>
<div className="w-px h-4 bg-border-default mx-2" />
<div className="flex items-center h-full">