We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3b6f2 commit ff65b50Copy full SHA for ff65b50
1 file changed
packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx
@@ -98,7 +98,6 @@ export const NavigationDrawerAiChatContent = () => {
98
currentThreadId={currentAiChatThread}
99
onThreadClick={handleThreadClick}
100
rightIcon={index === 0 ? filterDropdown : undefined}
101
- alwaysShowRightIcon={index === 0}
102
/>
103
))}
104
</StyledSectionsContainer>
@@ -110,7 +109,6 @@ export const NavigationDrawerAiChatContent = () => {
110
109
111
112
rightIcon={filterDropdown}
113
- alwaysShowRightIcon
114
115
)}
116
{threads.length === 0 ? (
0 commit comments