diff --git a/src/js/components/SurahStream/Stream.tsx b/src/js/components/SurahStream/Stream.tsx index b1861a5fc..656571352 100644 --- a/src/js/components/SurahStream/Stream.tsx +++ b/src/js/components/SurahStream/Stream.tsx @@ -21,7 +21,6 @@ export function Stream({ t, }: Props) { const className = endOfStream || isPaused ? ["scroll-y"] : []; - const isArabic = locale.name === "ar"; const isRTL = locale.direction === "rtl"; const ref = useRef(null); const ul = useMemo(() => {