diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index fde23a0d..35e34f99 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -420,32 +420,11 @@ export default function ChatInputArea(props: ChatInputProps) { )}
- {imageUploaded && ( -
- {imagePaths.map((path, index) => ( -
- {`img-${index}`} - -
- ))} -
- )} - -
+
+ +
+
+
+ {imageUploaded && + imagePaths.map((path, index) => ( +
+ {`img-${index}`} + +
+ ))} +