This commit is contained in:
Peer Richelsen 2022-02-01 22:05:31 +00:00 committed by GitHub
parent aa28cf0641
commit c3da8a852f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -83,7 +83,6 @@ const CryptoSection = (props: CryptoSectionProps) => {
// @TODO: Show error on either of buttons if fails. Yup schema already contains the error message.
const successButton = useMemo(() => {
console.log(props);
if (props.verified) {
Router.push(props.pathname);
}

View file

@ -610,6 +610,6 @@
"visit_roadmap": "Roadmap",
"remove": "Remove",
"add": "Add",
"verify_wallet": "Verify wallet",
"verify_wallet": "Verify Wallet",
"connect_metamask": "Connect Metamask"
}