Skip to content

Commit 1310b69

Browse files
authored
Update ChallengeFilters.jsx
1 parent 01405d9 commit 1310b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/components/challenge-listing/Filters/ChallengeFilters.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default function ChallengeFilters({
5353
const switchTrack = (track, on) => {
5454
const act = on ? Filter.addTrack : Filter.removeTrack;
5555
const filterObj = act(filterState, track);
56-
const newFilterObj = _.pick(filterObj, 'tracks');
5756
setFilterState(filterObj);
5857
};
5958

0 commit comments

Comments
 (0)