mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 00:15:30 +01:00
👨✈️ chore: Minor MCP-UI Logic Cleanup (#10950)
This commit is contained in:
parent
959e301f99
commit
5b0cce2e2a
5 changed files with 14 additions and 14 deletions
|
|
@ -30,7 +30,7 @@ const conversationAttachmentsSelector = selectorFamily<
|
|||
|
||||
// Filter to only include attachments for this conversation
|
||||
Object.entries(attachmentsMap).forEach(([messageId, attachments]) => {
|
||||
if (!attachments) {
|
||||
if (!attachments || attachments.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue