diff --git a/packages/page-staking/src/Actions/partials/Bond.tsx b/packages/page-staking/src/Actions/partials/Bond.tsx index e1f9a11f9885..161a14dbc506 100644 --- a/packages/page-staking/src/Actions/partials/Bond.tsx +++ b/packages/page-staking/src/Actions/partials/Bond.tsx @@ -120,12 +120,13 @@ function Bond ({ className = '', isNominating, minNominated, minNominatorBond, m
{t('To ensure optimal fund security using the same stash/controller is strongly discouraged, but not forbidden.')}
> ) - : ( - <> -{t('The stash should be treated as a cold wallet.')}
-{t('As such it is recommended that you setup a proxy to control operations via the stash.')}
- > - ) + : null + // : ( + // <> + //{t('The stash should be treated as a cold wallet.')}
+ //{t('As such it is recommended that you setup a proxy to control operations via the stash.')}
+ // > + // ) } >