Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rheaSPK committed Oct 6, 2023
1 parent 0ffb096 commit d110fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ const ExhibitionOverview = ({
});
const exhibitions: FlatExhibition[] | undefined =
useSimplifiedQueryResponseData(exhibitionsData)?.exhibitions;
const { userId } = useAuth();
const { visit } = useVisit();
const { t } = useTranslation();
const { isMobile } = useContext(MobileContext);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const isValidTimeSpecification = (searchRequest: string) => {
return isValidYear(searchRequest);
};

const isExhibitionId = (searchRequest: string) => {};

const SearchView = () => {
const [areResultsEmpty, setAreResultsEmpty] = useState<boolean>(false);
const [filter, setFilter] = useState('');
Expand Down

0 comments on commit d110fbd

Please sign in to comment.