diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index f95aafd4a..23cb3aba5 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -302,7 +302,7 @@ const Status: React.FC = (props) => { ); - if (filtered && status.showFiltered !== true) { + if (filtered && actualStatus.showFiltered !== true) { const minHandlers = muted ? undefined : { moveUp: handleHotkeyMoveUp, moveDown: handleHotkeyMoveDown,