diff --git a/apps/ui/src/components/views/agent-view.tsx b/apps/ui/src/components/views/agent-view.tsx index e41b5cb4..7549fb0d 100644 --- a/apps/ui/src/components/views/agent-view.tsx +++ b/apps/ui/src/components/views/agent-view.tsx @@ -755,8 +755,8 @@ export function AgentView() { /> )} - {/* Selected Images Preview */} - {selectedImages.length > 0 && ( + {/* Selected Images Preview - only show when ImageDropZone is hidden to avoid duplicate display */} + {selectedImages.length > 0 && !showImageDropZone && (