diff --git a/src/components/Player/Player.jsx b/src/components/Player/Player.jsx index 46fc293..c1a79e5 100644 --- a/src/components/Player/Player.jsx +++ b/src/components/Player/Player.jsx @@ -108,11 +108,11 @@ export default function Player ({
{ windows - .sort(byTop) - .filter(singleWindow - ? ({ id }) => id === currentWindowId - : () => true) - .map(textWindow(inbox)) + .sort(byTop) + .filter(singleWindow + ? ({ id }) => id === currentWindowId + : () => true) + .map(textWindow(inbox)) }