meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
4 additions and
3 deletions
-
src/components/SideBar/index.js
|
@ -145,6 +145,7 @@ const AccountsList = connect(state => ({ |
|
|
</Fragment> |
|
|
</Fragment> |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
export default compose(connect(null, mapDispatchToProps, null, { pure: false }), translate())( |
|
|
export default compose( |
|
|
SideBar, |
|
|
connect(mapStateToProps, mapDispatchToProps, null, { pure: false }), |
|
|
) |
|
|
translate(), |
|
|
|
|
|
)(SideBar) |
|
|