Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show all proxies, event those we don't have the key for #3344

Merged
merged 3 commits into from Aug 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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