mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-29 20:14:29 +01:00
Linting errors
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -12,7 +12,7 @@ const ALL_CATEGORIES = gql`
|
||||
|
||||
export default function Categories() {
|
||||
|
||||
const { loading, error, data } = useQuery<AllCategoriesData, ProjectCategory>(ALL_CATEGORIES);
|
||||
const { loading, data } = useQuery<AllCategoriesData, ProjectCategory>(ALL_CATEGORIES);
|
||||
|
||||
const handleClick = (categoryId: string) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user