diff --git a/ts/components/conversation/Image.tsx b/ts/components/conversation/Image.tsx index ede7825dee..00d125c438 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 && playIconOverlay ? ( + {!pending && !hasNotDownloaded && playIconOverlay ? (