Skip to content

Commit

Permalink
Merge pull request #149 from kaleido-io/linting
Browse files Browse the repository at this point in the history
[linting] linting
  • Loading branch information
dechdev authored Mar 29, 2022
2 parents fac66c5 + d5cf442 commit 69324d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import HexagonIcon from '@mui/icons-material/Hexagon';
import LaunchIcon from '@mui/icons-material/Launch';
import MenuBookIcon from '@mui/icons-material/MenuBook';
import {
Expand Down
2 changes: 0 additions & 2 deletions src/pages/MyNode/views/Subscriptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { SubscriptionSlide } from '../../../components/Slides/SubscriptionSlide'
import { FFTableText } from '../../../components/Tables/FFTableText';
import { DataTable } from '../../../components/Tables/Table';
import { ApplicationContext } from '../../../contexts/ApplicationContext';
import { DateFilterContext } from '../../../contexts/DateFilterContext';
import { FilterContext } from '../../../contexts/FilterContext';
import { SlideContext } from '../../../contexts/SlideContext';
import { SnackbarContext } from '../../../contexts/SnackbarContext';
Expand All @@ -42,7 +41,6 @@ import { fetchCatcher, getFFTime } from '../../../utils';

export const MyNodeSubscriptions: () => JSX.Element = () => {
const { selectedNamespace } = useContext(ApplicationContext);
const { dateFilter } = useContext(DateFilterContext);
const { filterAnchor, setFilterAnchor, filterString } =
useContext(FilterContext);
const { slideID, setSlideSearchParam } = useContext(SlideContext);
Expand Down

0 comments on commit 69324d5

Please sign in to comment.