Skip to content

Commit

Permalink
Merge branch 'typescript-migration' of https://github.com/Detaysoft/r…
Browse files Browse the repository at this point in the history
…eact-chat-elements into typescript-migration
  • Loading branch information
Emre Güdür committed Jul 4, 2022
2 parents 99d7a63 + 7586f11 commit 04eb7d0
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 04eb7d0

Please sign in to comment.