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
+1 -1
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>