Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 8, 2023
1 parent 8543e89 commit 1ab0e47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/organisms/searchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import isServerSide from '~lib/isServerSide';
import { useQueryString } from '~lib/useQueryString';
import ForwardIcon from '~public/img/icons/icon-forward-light.svg';

import { CardPersonFragment } from '../molecules/card/__generated__/person';
import EmptyState from './emptyState';
import { EntityFilterId } from './searchResults.filters';
import styles from './searchResults.module.scss';
Expand Down

0 comments on commit 1ab0e47

Please sign in to comment.