Fix default values for address input (#6701)

This commit is contained in:
Nicolas Gotchac 2017-10-11 13:57:06 +02:00 committed by Gav Wood
parent 2bfb510554
commit 3a9b3b4729
1 changed files with 2 additions and 2 deletions

View File

@ -53,11 +53,11 @@ class InputAddressSelect extends Component {
const filteredContacts = nextAllowedValues
? pick(contacts, nextAllowedValues)
: accounts;
: contacts;
const filteredContracts = nextAllowedValues
? pick(contracts, nextAllowedValues)
: accounts;
: contracts;
return (
<AddressSelect