Fixed issue in AutosuggestAccount
• Fixed: - issue in AutosuggestAccount
This commit is contained in:
parent
c43d1d38de
commit
3828fbbeef
@ -27,7 +27,7 @@ class AutosuggestAccount extends ImmutablePureComponent {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const mapStateToProps = () => ({
|
const mapStateToProps = (state, { id }) => ({
|
||||||
account: makeGetAccount()(state, id),
|
account: makeGetAccount()(state, id),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user