From f0717e7aa4096ccf84a0b64cbba17d732207cf35 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 28 Nov 2021 17:39:59 -0600 Subject: [PATCH] Linting errors --- src/Components/ClaimProject/Claim_FundWithdrawCard.tsx | 2 +- src/Components/ExplorePage/partials/Categories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/ClaimProject/Claim_FundWithdrawCard.tsx b/src/Components/ClaimProject/Claim_FundWithdrawCard.tsx index f1938c0..2235e2a 100644 --- a/src/Components/ClaimProject/Claim_FundWithdrawCard.tsx +++ b/src/Components/ClaimProject/Claim_FundWithdrawCard.tsx @@ -1,5 +1,5 @@ import { motion } from 'framer-motion' -import { useAppDispatch } from '../../utils/hooks'; +// import { useAppDispatch } from '../../utils/hooks'; import { ModalCard, modalCardVariants } from '../Shared/ModalsContainer/ModalsContainer' export default function Claim_FundWithdrawCard({ onClose, direction, ...props }: ModalCard) { diff --git a/src/Components/ExplorePage/partials/Categories.tsx b/src/Components/ExplorePage/partials/Categories.tsx index 3fa1453..e2e40c7 100644 --- a/src/Components/ExplorePage/partials/Categories.tsx +++ b/src/Components/ExplorePage/partials/Categories.tsx @@ -12,7 +12,7 @@ const ALL_CATEGORIES = gql` export default function Categories() { - const { loading, error, data } = useQuery(ALL_CATEGORIES); + const { loading, data } = useQuery(ALL_CATEGORIES); const handleClick = (categoryId: string) => {