diff --git a/src/components/WindowList.js b/src/components/WindowList.js index 2db96ba42..e29d5d14a 100644 --- a/src/components/WindowList.js +++ b/src/components/WindowList.js @@ -25,8 +25,9 @@ export class WindowList extends Component { render() { const { container, handleClose, windowIds, focusWindow, focusedWindowId, t, - ...menuProps + ...rest } = this.props; + const { tReady, ...menuProps } = rest; return (