fix: build
This commit is contained in:
parent
e26b881297
commit
64a34e43f0
@ -54,7 +54,6 @@ const TidalEmbed = ({ link }: { link: string }) => {
|
||||
);
|
||||
}
|
||||
const iframe = (
|
||||
// eslint-disable-next-line react/no-unknown-property
|
||||
<iframe
|
||||
src={source}
|
||||
style={extraStyles}
|
||||
@ -63,7 +62,6 @@ const TidalEmbed = ({ link }: { link: string }) => {
|
||||
sandbox="allow-scripts allow-popups allow-forms allow-same-origin"
|
||||
title="TIDAL Embed"
|
||||
frameBorder={0}
|
||||
credentialless=""
|
||||
/>
|
||||
);
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user