diff --git a/src/js/components/SurahStream/Stream.tsx b/src/js/components/SurahStream/Stream.tsx index 288fd10bb..d0d6e6ab9 100644 --- a/src/js/components/SurahStream/Stream.tsx +++ b/src/js/components/SurahStream/Stream.tsx @@ -22,7 +22,6 @@ export function Stream({ }: Props) { const className = endOfStream || isPaused ? ["scroll-y"] : []; const isArabic = locale.name === "ar"; - const isRTL = locale.direction === "rtl"; const ref = useRef(null); const ul = useMemo(() => { return ( @@ -55,11 +54,7 @@ export function Stream({ } }} /> - + {t(locale, "surah")} {formatNumber(locale, surah.id)} {t(locale, "comma")} {t(locale, "ayah")}{" "} {formatNumber(locale, ayah.id)} {t(locale, "of")}{" "}