Fix build
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-10-04 12:53:48 -03:00
parent 265b580a08
commit 74d444031c

View file

@ -21,7 +21,6 @@ export function Stream({
t, t,
}: Props) { }: Props) {
const className = endOfStream || isPaused ? ["scroll-y"] : []; const className = endOfStream || isPaused ? ["scroll-y"] : [];
const isArabic = locale.name === "ar";
const isRTL = locale.direction === "rtl"; const isRTL = locale.direction === "rtl";
const ref = useRef<HTMLUListElement>(null); const ref = useRef<HTMLUListElement>(null);
const ul = useMemo<JSX.Element>(() => { const ul = useMemo<JSX.Element>(() => {