We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455299 commit 3aecb56Copy full SHA for 3aecb56
src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx
@@ -22,7 +22,6 @@
22
/* eslint-disable jsx-a11y/label-has-for */
23
24
import _ from 'lodash';
25
-import { challenge as challengeUtils } from 'topcoder-react-lib';
26
import React from 'react';
27
import PT from 'prop-types';
28
import Select from 'components/Select';
@@ -38,7 +37,6 @@ import DateRangePicker from '../DateRangePicker';
38
37
import style from './style.scss';
39
import UiSimpleRemove from '../../Icons/ui-simple-remove.svg';
40
41
-const Filter = challengeUtils.filter;
42
43
export default function FiltersPanel({
44
communityFilters,
0 commit comments