fragment not needed
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
const SoundCloudEmbed = ({link}: {link: string}) => {
|
const SoundCloudEmbed = ({link}: {link: string}) => {
|
||||||
|
|
||||||
return(
|
return(
|
||||||
<>
|
|
||||||
<iframe
|
<iframe
|
||||||
width="100%"
|
width="100%"
|
||||||
height="166"
|
height="166"
|
||||||
@ -9,7 +8,6 @@ const SoundCloudEmbed = ({link}: {link: string}) => {
|
|||||||
allow="autoplay"
|
allow="autoplay"
|
||||||
src={`https://w.soundcloud.com/player/?url=${link}`}>
|
src={`https://w.soundcloud.com/player/?url=${link}`}>
|
||||||
</iframe>
|
</iframe>
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user