Skip to content

Commit

Permalink
Fix play button on videos
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and josh-signal committed Oct 12, 2021
1 parent 4ccf07e commit b72a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/conversation/Image.tsx
Expand Up @@ -251,7 +251,7 @@ export class Image extends React.Component<Props> {
)}
/>
) : null}
{!pending && !hasNotDownloaded && playIconOverlay ? (
{!pending && !imgNotDownloaded && playIconOverlay ? (
<div className="module-image__play-overlay__circle">
<div className="module-image__play-overlay__icon" />
</div>
Expand Down

0 comments on commit b72a150

Please sign in to comment.