Hide proxy verification

pull/231/head
artemkolodko 2 years ago
parent 39a881da4d
commit 6aecb76716
  1. 18
      src/components/appHeader/ToolsButton.tsx

@ -52,15 +52,15 @@ export function ToolsButton() {
>
Check HRC
</Anchor>
<Anchor
style={{ textDecoration: "underline" }}
onClick={(e) => {
setIsOpen(false);
history.push("/proxyContractChecker");
}}
>
Proxy verification
</Anchor>
{/*<Anchor*/}
{/* style={{ textDecoration: "underline" }}*/}
{/* onClick={(e) => {*/}
{/* setIsOpen(false);*/}
{/* history.push("/proxyContractChecker");*/}
{/* }}*/}
{/*>*/}
{/* Proxy verification*/}
{/*</Anchor>*/}
</Box>
}
style={{

Loading…
Cancel
Save