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