Fix play button on videos

This commit is contained in:
Josh Perez 2021-10-12 13:06:39 -04:00 committed by GitHub
parent ed518d0e82
commit f5cce73611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>