From 6ab1d2908826be7f02b512e49f7c9b8029915985 Mon Sep 17 00:00:00 2001 From: Pere Joan Martorell Date: Mon, 6 May 2024 22:59:56 +0200 Subject: [PATCH] Fix bug caused by using dom/selector in inline scripts, which breaks TwitchLiveBox component --- src/components/TwitchLiveBox.astro | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/TwitchLiveBox.astro b/src/components/TwitchLiveBox.astro index 75eb15003..741f51d18 100644 --- a/src/components/TwitchLiveBox.astro +++ b/src/components/TwitchLiveBox.astro @@ -40,22 +40,20 @@ const { streamer = "ibai" } = Astro.props