diff --git a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx index 212c02825..7dbda80da 100644 --- a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx +++ b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx @@ -193,7 +193,7 @@ export function LLMAttachmentsList(props: { {/* Overall Menu button */} - {!_style.barWraps && ( + {!props.buttonsCanWrap && (