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

Commit 766b590

Browse files
author
tc_user
committed
fix issue 52
1 parent d7de22c commit 766b590

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)