Skip to content

Commit

Permalink
delete proxy option
Browse files Browse the repository at this point in the history
  • Loading branch information
wbh1328551759 committed Mar 2, 2021
1 parent 28b2e66 commit 6029458
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,17 +463,17 @@ function AccountActions({account: {address, meta}, isContract, delegation, proxy
{t('Clear expired democracy locks')}
</Menu.Item>
)),
(api.api.query.proxy?.proxies && (
<Menu.Item
key='proxy-overview'
onClick={toggleProxyOverview}
>
{proxy?.[0].length
? t('Manage proxies')
: t('Add proxy')
}
</Menu.Item>
))
// (api.api.query.proxy?.proxies && (
// <Menu.Item
// key='proxy-overview'
// onClick={toggleProxyOverview}
// >
// {proxy?.[0].length
// ? t('Manage proxies')
// : t('Add proxy')
// }
// </Menu.Item>
// ))
])}

{/*{api.api.tx.recovery?.createRecovery && createMenuGroup([*/}
Expand Down

0 comments on commit 6029458

Please sign in to comment.