fix: build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kieran 2024-06-17 14:28:41 +01:00
parent e26b881297
commit 64a34e43f0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -54,7 +54,6 @@ const TidalEmbed = ({ link }: { link: string }) => {
); );
} }
const iframe = ( const iframe = (
// eslint-disable-next-line react/no-unknown-property
<iframe <iframe
src={source} src={source}
style={extraStyles} style={extraStyles}
@ -63,7 +62,6 @@ const TidalEmbed = ({ link }: { link: string }) => {
sandbox="allow-scripts allow-popups allow-forms allow-same-origin" sandbox="allow-scripts allow-popups allow-forms allow-same-origin"
title="TIDAL Embed" title="TIDAL Embed"
frameBorder={0} frameBorder={0}
credentialless=""
/> />
); );
return ( return (