From f5cce736111c996c92f8a224ab599cd9ab9673dc Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:06:39 -0400 Subject: [PATCH] Fix play button on videos --- 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 00d125c438..071a7f4970 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 ? (