fix item full embed param
This commit is contained in:
parent
2e1a7c1035
commit
865cdccb2a
@ -59,7 +59,7 @@ function ItemEmbed ({ url, imgproxyUrls }) {
|
|||||||
|
|
||||||
const provider = parseEmbedUrl(url)
|
const provider = parseEmbedUrl(url)
|
||||||
if (provider) {
|
if (provider) {
|
||||||
return <Embed url={url} {...provider} topLevel />
|
return <Embed src={url} {...provider} topLevel />
|
||||||
}
|
}
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user