diff --git a/ts/components/conversation/Image.tsx b/ts/components/conversation/Image.tsx index 00d125c4384..071a7f49706 100644 --- a/ts/components/conversation/Image.tsx +++ b/ts/components/conversation/Image.tsx @@ -251,7 +251,7 @@ export class Image extends React.Component { )} /> ) : null} - {!pending && !hasNotDownloaded && playIconOverlay ? ( + {!pending && !imgNotDownloaded && playIconOverlay ? (