Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU-86a0ytmta - Setup Lint, Prettier, Githook (rush) #96

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Conversation

LeonardoDizConde
Copy link
Contributor

No description provided.

@melanke
Copy link
Contributor

melanke commented Oct 18, 2023

2 similar comments
@melanke
Copy link
Contributor

melanke commented Oct 18, 2023

@melanke
Copy link
Contributor

melanke commented Oct 18, 2023

@@ -2,49 +2,58 @@ import * as React from "react";
import DefaultCard from "./components/DefaultCard";
import RequestCard from "./components/RequestCard";
import ProposalCard from "./components/ProposalCard";
import {useWalletConnectWallet} from "@cityofzion/wallet-connect-sdk-wallet-react";
import {CloseButton, Flex} from "@chakra-ui/react";
import { useWalletConnectWallet } from "@cityofzion/wallet-connect-sdk-wallet-react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why there is ; on this file?

Spinner,
Text,
useToast,
} from "@chakra-ui/react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

; on this file too

import * as React from 'react';
import { MotionProps } from 'framer-motion';
import * as React from "react";
import { MotionProps } from "framer-motion";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;

@@ -3,92 +3,108 @@ import { Flex, Image, Link, Text } from "@chakra-ui/react";
import LogoutIcon from "./icon/LogoutIcon";
import { FileHelper } from "../helpers/FileHelper";
import { useAccountContext } from "../context/AccountContext";
import { useCallback, useEffect, useState } from 'react'
import {NeonInvoker, NeonParser} from "@cityofzion/neon-dappkit";
import { useCallback, useEffect, useState } from "react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;

@melanke melanke merged commit 1b31ab4 into main Oct 19, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants