diff --git a/src/interface/web/app/components/chatHistory/chatHistory.tsx b/src/interface/web/app/components/chatHistory/chatHistory.tsx index 870ec19c..6aa61ff6 100644 --- a/src/interface/web/app/components/chatHistory/chatHistory.tsx +++ b/src/interface/web/app/components/chatHistory/chatHistory.tsx @@ -419,7 +419,7 @@ export default function ChatHistory(props: ChatHistoryProps) { )} -
+
{!isNearBottom && (
)} -
- -
- -
-
-
- {imageUploaded && - imagePaths.map((path, index) => ( -
- {`img-${index}`} - -
- ))} -
-