Skip to content

Commit

Permalink
spotify message bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kursatsmsek committed Jul 4, 2022
1 parent be32377 commit 7586f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpotifyMessage/SpotifyMessage.tsx
Expand Up @@ -21,7 +21,7 @@ const SpotifyMessage: React.FC<ISpotifyMessageProps> = ({
return formBody.join('&')
}

if (props.uri) return null
if (!props.uri) return null
return (
<div className='rce-mbox-spotify'>
<iframe
Expand Down

0 comments on commit 7586f11

Please sign in to comment.