* #6707 * Fix default values for address input (#6701) * #6702 * Remove .only
This commit is contained in:
committed by
Arkadiy Paronyan
parent
d097956ede
commit
9afd1006ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user