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
ed2f3ee586
commit
0eca6d1dd4
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {...{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue