fix: show AI chat filter button only on hover in navigation drawer (#20274)

This commit is contained in:
nitin
2026-05-05 17:55:29 +05:30
committed by GitHub
parent dd3b6f2a2f
commit ff65b5001d
@@ -98,7 +98,6 @@ export const NavigationDrawerAiChatContent = () => {
currentThreadId={currentAiChatThread}
onThreadClick={handleThreadClick}
rightIcon={index === 0 ? filterDropdown : undefined}
alwaysShowRightIcon={index === 0}
/>
))}
</StyledSectionsContainer>
@@ -110,7 +109,6 @@ export const NavigationDrawerAiChatContent = () => {
currentThreadId={currentAiChatThread}
onThreadClick={handleThreadClick}
rightIcon={filterDropdown}
alwaysShowRightIcon
/>
)}
{threads.length === 0 ? (