mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-29 03:04:22 +01:00
Merge pull request #1 from bumi/hack-on-dependencies
Hack on dependencies
This commit is contained in:
32930
package-lock.json
generated
32930
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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