Skip to content

Commit

Permalink
Show all proxies, event those we don't have the key for (#3344)
Browse files Browse the repository at this point in the history
* fix overflow

* show any proxy
  • Loading branch information
Tbaut committed Aug 5, 2020
1 parent 808aa43 commit 97d9e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/page-accounts/src/Accounts/modals/ProxyOverview.tsx
Expand Up @@ -62,10 +62,9 @@ function PrevProxy ({ index, onRemove, typeOpts, value: [accountId, type] }: Pre
<div className='proxy-container'>
<div className='input-column'>
<InputAddress
defaultValue={accountId}
isDisabled
label={t<string>('proxy account')}
type='account'
value={accountId}
/>
<Dropdown
help={'Type of proxy'}
Expand Down

0 comments on commit 97d9e18

Please sign in to comment.