Skip to content

Commit

Permalink
fix warning in DelegateButton
Browse files Browse the repository at this point in the history
  • Loading branch information
DerNamenlose committed Mar 25, 2023
1 parent 196004b commit d2fa929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/DelegateButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useContext } from 'react';
import TableChartIcon from '@material-ui/icons/TableChart';
import { FilterButton } from './FilterButton';
import { GlobalState } from '../model/GlobalState';
import { IFilterAction, Dispatcher } from '../util/dispatcher';
Expand Down

0 comments on commit d2fa929

Please sign in to comment.