Run prettier / eslint
This commit is contained in:
parent
3682c4a3bd
commit
058fabd46b
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue