Fixed issue in AutosuggestAccount

• Fixed:
- issue in AutosuggestAccount
This commit is contained in:
mgabdev 2020-08-20 10:26:00 -05:00
parent c43d1d38de
commit 3828fbbeef

View File

@ -27,7 +27,7 @@ class AutosuggestAccount extends ImmutablePureComponent {
}
const mapStateToProps = () => ({
const mapStateToProps = (state, { id }) => ({
account: makeGetAccount()(state, id),
})