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

Commit 6bdbeb9

Browse files
Merge branch 'issue-52' of https://github.com/nursoltan-s/micro-frontends-earn-app into nursoltan-s-issue-52
2 parents a9341d3 + 766b590 commit 6bdbeb9

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)