diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts
index 147ef468f3ccb..1151688ebc0aa 100644
--- a/src/libs/ReportUtils.ts
+++ b/src/libs/ReportUtils.ts
@@ -4049,8 +4049,7 @@ function getUploadingAttachmentHtml(file?: FileObject): string {
// file.type is a known mime type like image/png, image/jpeg, video/mp4 etc.
if (file.type?.startsWith('image')) {
- // optimistic image will have its preview disabled until we receive the (compressed if too big) image from the BE
- return `
`;
+ return `
`;
}
if (file.type?.startsWith('video')) {
return ``;