Skip to content

Commit dbbc90e

Browse files
committed
Fix bug with filter not persisting when sortOption was selected
1 parent b56f124 commit dbbc90e

File tree

1 file changed

+1
-0
lines changed
  • src/components/conformance/ResultsDisplay

1 file changed

+1
-0
lines changed

src/components/conformance/ResultsDisplay/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export default function ResultsDisplay(props: ResultsProps): React.ReactNode {
157157
props.state.testPath,
158158
props.state.ecmaScriptVersion,
159159
option,
160+
props.state.filterOption,
160161
),
161162
);
162163
};

0 commit comments

Comments
 (0)