We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa4c7a commit 8f75e4cCopy full SHA for 8f75e4c
1 file changed
src/components/FilterView.tsx
@@ -10,11 +10,7 @@ import MultiSelect from './Filters/MultiSelect';
10
import Panels from './Filters/Panels';
11
import { useFilter } from '@/context/FilterContext';
12
13
-interface FilterViewProps {
14
- updateCurrentView: (view: BarClickOptions) => void;
15
-}
16
-
17
-const FilterView: FC<FilterViewProps> = () => {
+const FilterView: FC = () => {
18
const { dispatch } = useFilter();
19
20
const onResetButtonPressed = () => {
0 commit comments