diff --git a/src/lib/components/News.svelte b/src/lib/components/News.svelte index 58554828..a2121669 100644 --- a/src/lib/components/News.svelte +++ b/src/lib/components/News.svelte @@ -83,7 +83,8 @@
{#each newsList as item}
- {#if (videoId = checkIfYoutubeVideo(item.url))} + {#if !checkIfYoutubeVideo(item.url)} +