mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Player: eslint
This commit is contained in:
parent
6585eee27f
commit
9a26ed1822
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {...{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue