Merge pull request #231 from ArtemKolodko/hide_menu_item

Hide proxy verification
pull/232/head
Artem 2 years ago committed by GitHub
commit 76a311a973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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