Fix play button on videos
This commit is contained in:
parent
ed518d0e82
commit
f5cce73611
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue