Merge pull request #1 from bumi/hack-on-dependencies

Hack on dependencies
This commit is contained in:
Michael Bumann
2021-11-29 01:54:51 +02:00
committed by GitHub
4 changed files with 37570 additions and 15348 deletions

32930
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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) {

View File

@@ -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) => {

19984
yarn.lock Normal file

File diff suppressed because it is too large Load Diff