diff --git a/app/components/MessageAttachments/MessageImage.tsx b/app/components/MessageAttachments/MessageImage.tsx index 695fa7d..3156eba 100644 --- a/app/components/MessageAttachments/MessageImage.tsx +++ b/app/components/MessageAttachments/MessageImage.tsx @@ -158,7 +158,7 @@ export function MessageImage(props: AttachmentProps) { )} {(downloadStatus == DownloadStatus.NOT_DOWNLOADED || downloadStatus == DownloadStatus.DOWNLOADING) && ( - {!error && ( + {!error && downloadStatus == DownloadStatus.DOWNLOADING && ( - {downloadPercentage > 0 ? ( - - ) : ( - - )} + + + )} + {!error && downloadStatus != DownloadStatus.DOWNLOADING && ( + + )} {error && (