From b72a150ffeb3064e8354ee830ba72d6265fe80cf Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Tue, 12 Oct 2021 10:28:55 -0700 Subject: [PATCH] Fix play button on videos Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com> --- ts/components/conversation/Image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (