From 60294584c14bf098a5aa74c7eff73159821e8a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4wbh1328551759?= <1328551759@qq.com> Date: Tue, 2 Mar 2021 13:55:18 +0800 Subject: [PATCH] delete proxy option --- .../src/AccountStatus/AccountActions.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/react-components-chainx/src/AccountStatus/AccountActions.tsx b/packages/react-components-chainx/src/AccountStatus/AccountActions.tsx index fa7c8c9b..e4ab92dc 100644 --- a/packages/react-components-chainx/src/AccountStatus/AccountActions.tsx +++ b/packages/react-components-chainx/src/AccountStatus/AccountActions.tsx @@ -463,17 +463,17 @@ function AccountActions({account: {address, meta}, isContract, delegation, proxy {t('Clear expired democracy locks')} )), - (api.api.query.proxy?.proxies && ( - - {proxy?.[0].length - ? t('Manage proxies') - : t('Add proxy') - } - - )) + // (api.api.query.proxy?.proxies && ( + // + // {proxy?.[0].length + // ? t('Manage proxies') + // : t('Add proxy') + // } + // + // )) ])} {/*{api.api.tx.recovery?.createRecovery && createMenuGroup([*/}