Skip to content

Commit

Permalink
debug log added
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Jul 30, 2022
1 parent 2b58c1d commit 8a3d533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/playlists/PlayMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ function PlayMeta() {
content={play.description}
data-react-helmet='true'
/>
{play.cover && (
{metaImage && (
<meta
name='twitter:image'
content={play.cover}
content={metaImage}
data-react-helmet='true'
/>
)}
Expand Down

0 comments on commit 8a3d533

Please sign in to comment.