Run "rake format"

This commit is contained in:
0x1eef 2024-06-11 00:31:16 -03:00
parent ba99cb03f6
commit f1d212a105

View file

@ -53,9 +53,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
{t(locale, "of")} {formatNumber(locale, surah.ayat.length)}
</span>
</span>
<p className={classNames("m-0")}>
{ayah.body}
</p>
<p className={classNames("m-0")}>{ayah.body}</p>
</li>
);
})}