diff --git a/src/js/components/Stream.tsx b/src/js/components/Stream.tsx index fa1e4a590..00ea82b2c 100644 --- a/src/js/components/Stream.tsx +++ b/src/js/components/Stream.tsx @@ -5,18 +5,18 @@ import { formatNumber, TFunction } from "~/lib/t"; import classNames from "classnames"; type Props = { + locale: TLocale; surah: Surah; stream: TAyat; - locale: TLocale; endOfStream: boolean; isPaused: boolean; t: TFunction; }; export function Stream({ + locale, surah, stream, - locale, endOfStream, isPaused, t,