From c3da8a852fd41766ef49beb83bee6465a3b95ebd Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 1 Feb 2022 22:05:31 +0000 Subject: [PATCH] wip (#1678) --- ee/components/web3/CryptoSection.tsx | 1 - public/static/locales/en/common.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ee/components/web3/CryptoSection.tsx b/ee/components/web3/CryptoSection.tsx index c6098171..4bac3693 100644 --- a/ee/components/web3/CryptoSection.tsx +++ b/ee/components/web3/CryptoSection.tsx @@ -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); } diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index 849664aa..d3714090 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -610,6 +610,6 @@ "visit_roadmap": "Roadmap", "remove": "Remove", "add": "Add", - "verify_wallet": "Verify wallet", + "verify_wallet": "Verify Wallet", "connect_metamask": "Connect Metamask" }