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}>
{
windows
.sort(byTop)
.filter(singleWindow
? ({ id }) => id === currentWindowId
: () => true)
.map(textWindow(inbox))
.sort(byTop)
.filter(singleWindow
? ({ id }) => id === currentWindowId
: () => true)
.map(textWindow(inbox))
}
</section>
<InputBox {...{