Run prettier / eslint

This commit is contained in:
0x1eef 2023-10-28 06:09:16 -03:00
parent 3682c4a3bd
commit 058fabd46b

View file

@ -118,10 +118,8 @@ function SurahStream({ node, recitations, locale, paused, t }: Props) {
/>
)}
{readyToRender && endOfStream && <RefreshIcon onClick={() => setStream([])} />}
<div className="br"></div>
{readyToRender && soundOn && isStalled && (
<StalledIcon />
)}
<div className="br" />
{readyToRender && soundOn && isStalled && <StalledIcon />}
</footer>
</div>
);