* #6707

* Fix default values for address input (#6701)

* #6702

* Remove .only
This commit is contained in:
Jaco Greeff
2017-10-11 20:34:25 +02:00
committed by Arkadiy Paronyan
parent d097956ede
commit 9afd1006ed
6 changed files with 90 additions and 32 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