Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 99c6b07

Browse files
Merge branch 'nursoltan-s-issue-52' into bugbash
2 parents a9341d3 + 6bdbeb9 commit 99c6b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import _ from "lodash";
55
const defaultState = {
66
challenge: {
77
types: constants.FILTER_CHALLENGE_TYPES,
8-
tracks: constants.FILTER_CHALLENGE_TRACKS.filter((track) => track !== "QA"),
8+
tracks: constants.FILTER_CHALLENGE_TRACKS,
99
search: "",
1010
tags: [],
1111
groups: [],

0 commit comments

Comments
 (0)