diff --git a/ts/components/conversation/Image.tsx b/ts/components/conversation/Image.tsx index 482e63eb2a..aad91126cd 100644 --- a/ts/components/conversation/Image.tsx +++ b/ts/components/conversation/Image.tsx @@ -230,7 +230,7 @@ export function Image({ className={classNames( 'module-image', className, - attachment.path ? 'module-image--loaded' : null, + attachment.url ? 'module-image--loaded' : null, !noBackground ? 'module-image--with-background' : null, cropWidth || cropHeight ? 'module-image--cropped' : null )}