wip (#1678)
This commit is contained in:
parent
aa28cf0641
commit
c3da8a852f
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ const CryptoSection = (props: CryptoSectionProps) => {
|
||||||
|
|
||||||
// @TODO: Show error on either of buttons if fails. Yup schema already contains the error message.
|
// @TODO: Show error on either of buttons if fails. Yup schema already contains the error message.
|
||||||
const successButton = useMemo(() => {
|
const successButton = useMemo(() => {
|
||||||
console.log(props);
|
|
||||||
if (props.verified) {
|
if (props.verified) {
|
||||||
Router.push(props.pathname);
|
Router.push(props.pathname);
|
||||||
}
|
}
|
||||||
|
|
|
@ -610,6 +610,6 @@
|
||||||
"visit_roadmap": "Roadmap",
|
"visit_roadmap": "Roadmap",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
"add": "Add",
|
"add": "Add",
|
||||||
"verify_wallet": "Verify wallet",
|
"verify_wallet": "Verify Wallet",
|
||||||
"connect_metamask": "Connect Metamask"
|
"connect_metamask": "Connect Metamask"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue