diff --git a/js/packages/web/src/components/ArtContent/index.tsx b/js/packages/web/src/components/ArtContent/index.tsx index 4678522..2a4d996 100644 --- a/js/packages/web/src/components/ArtContent/index.tsx +++ b/js/packages/web/src/components/ArtContent/index.tsx @@ -113,7 +113,7 @@ const VideoArtContent = ({ const content = likelyVideo && - likelyVideo.startsWith('https://watch.videodelivery.net/') ? ( + likelyVideo.startsWith('https://watch.videodelivery.net/') ? (
playerRef(e)} @@ -188,7 +188,13 @@ const HTMLContent = ({ /> ); } - return ; + return ( + ); }; @@ -256,19 +262,6 @@ export const ArtContent = ({ ); } - if (category === 'html' || animationUrlExt === 'html' - ) { - return ( - - ); - } - const content = category === 'video' ? ( + ) : (category === 'html' || animationUrlExt === 'html') ? ( + ) : (