diff --git a/app/soapbox/features/chats/components/chat-upload.tsx b/app/soapbox/features/chats/components/chat-upload.tsx index 38b664e819..f10fa520c1 100644 --- a/app/soapbox/features/chats/components/chat-upload.tsx +++ b/app/soapbox/features/chats/components/chat-upload.tsx @@ -1,5 +1,6 @@ import React from 'react'; +import Blurhash from 'soapbox/components/blurhash'; import { Icon } from 'soapbox/components/ui'; import type { Attachment } from 'soapbox/types/entities'; @@ -12,13 +13,15 @@ interface IChatUpload { /** An attachment uploaded to the chat composer, before sending. */ const ChatUpload: React.FC = ({ attachment, onDelete }) => { return ( -
+
+ +