Skip to content

Commit 8f75e4c

Browse files
committed
fix: remove unused props definition
1 parent 4fa4c7a commit 8f75e4c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/FilterView.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import MultiSelect from './Filters/MultiSelect';
1010
import Panels from './Filters/Panels';
1111
import { useFilter } from '@/context/FilterContext';
1212

13-
interface FilterViewProps {
14-
updateCurrentView: (view: BarClickOptions) => void;
15-
}
16-
17-
const FilterView: FC<FilterViewProps> = () => {
13+
const FilterView: FC = () => {
1814
const { dispatch } = useFilter();
1915

2016
const onResetButtonPressed = () => {

0 commit comments

Comments
 (0)