Fix build
This commit is contained in:
parent
265b580a08
commit
74d444031c
1 changed files with 0 additions and 1 deletions
|
@ -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>(() => {
|
||||||
|
|
Loading…
Reference in a new issue