diff --git a/packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx b/packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx index 6613e4b8d4..91dc9b8b4a 100644 --- a/packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx +++ b/packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx @@ -98,7 +98,6 @@ export const NavigationDrawerAiChatContent = () => { currentThreadId={currentAiChatThread} onThreadClick={handleThreadClick} rightIcon={index === 0 ? filterDropdown : undefined} - alwaysShowRightIcon={index === 0} /> ))} @@ -110,7 +109,6 @@ export const NavigationDrawerAiChatContent = () => { currentThreadId={currentAiChatThread} onThreadClick={handleThreadClick} rightIcon={filterDropdown} - alwaysShowRightIcon /> )} {threads.length === 0 ? (