Skip to content

Commit

Permalink
A0-3396: Hide proxy hint message
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp committed Oct 24, 2023
1 parent 1f0f7ed commit e4c88c6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/page-staking/src/Actions/partials/Bond.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,13 @@ function Bond ({ className = '', isNominating, minNominated, minNominatorBond, m
<p>{t('To ensure optimal fund security using the same stash/controller is strongly discouraged, but not forbidden.')}</p>
</>
)
: (
<>
<p>{t('The stash should be treated as a cold wallet.')}</p>
<p>{t('As such it is recommended that you setup a proxy to control operations via the stash.')}</p>
</>
)
: null
// : (
// <>
// <p>{t('The stash should be treated as a cold wallet.')}</p>
// <p>{t('As such it is recommended that you setup a proxy to control operations via the stash.')}</p>
// </>
// )
}
>
<InputAddress
Expand Down

0 comments on commit e4c88c6

Please sign in to comment.