diff --git a/src/js/pages/SurahStream.tsx b/src/js/pages/SurahStream.tsx index ee53547f0..35703936e 100644 --- a/src/js/pages/SurahStream.tsx +++ b/src/js/pages/SurahStream.tsx @@ -54,7 +54,7 @@ function SurahStream({ node, recitations, locale, paused, t }: Props) { }, [stream.length === 0]); return ( -
+
{readyToRender && ( <>
@@ -123,7 +123,7 @@ function SurahStream({ node, recitations, locale, paused, t }: Props) {
{readyToRender && soundOn && isStalled && } -
+
); }