Player: eslint

This commit is contained in:
He4eT 2023-06-13 00:41:52 +03:00 committed by Alexey
commit 9a26ed1822

View file

@ -108,11 +108,11 @@ export default function Player ({
<section className={s.output}> <section className={s.output}>
{ {
windows windows
.sort(byTop) .sort(byTop)
.filter(singleWindow .filter(singleWindow
? ({ id }) => id === currentWindowId ? ({ id }) => id === currentWindowId
: () => true) : () => true)
.map(textWindow(inbox)) .map(textWindow(inbox))
} }
</section> </section>
<InputBox {...{ <InputBox {...{