Skip to content

Commit 3aecb56

Browse files
committed
fix: remove unused code
1 parent b455299 commit 3aecb56

File tree

1 file changed

+0
-2
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+0
-2
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
/* eslint-disable jsx-a11y/label-has-for */
2323

2424
import _ from 'lodash';
25-
import { challenge as challengeUtils } from 'topcoder-react-lib';
2625
import React from 'react';
2726
import PT from 'prop-types';
2827
import Select from 'components/Select';
@@ -38,7 +37,6 @@ import DateRangePicker from '../DateRangePicker';
3837
import style from './style.scss';
3938
import UiSimpleRemove from '../../Icons/ui-simple-remove.svg';
4039

41-
const Filter = challengeUtils.filter;
4240

4341
export default function FiltersPanel({
4442
communityFilters,

0 commit comments

Comments
 (0)