Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Manushenkov committed Feb 20, 2025
1 parent dd1cdb1 commit 8c825b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/src/pages/options/components/Filters/Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { NotificationType } from '../../stores/UiStore';
import { formatDate } from './helpers';
import { HighlightSearch } from './Search/HighlightSearch';
import { FilterTags } from './FilterTags';
import { FilterType } from './types';
import { RenderedFilterType } from './types';

import './filter.pcss';

Expand Down Expand Up @@ -73,7 +73,7 @@ const removePrefix = (extendedFilterId: string): string => {
};

type FilterParams = {
filter: FilterType,
filter: RenderedFilterType,
groupEnabled: boolean,
};

Expand Down

0 comments on commit 8c825b3

Please sign in to comment.