SidebarMenu: fix access to intl in mapDispatchToProps

merge-requests/784/head
Alex Gleason 3 years ago
parent e8d0ff89ef
commit 468119fe3c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -91,8 +91,8 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
}, },
}); });
export default @connect(makeMapStateToProps, mapDispatchToProps) export default @injectIntl
@injectIntl @connect(makeMapStateToProps, mapDispatchToProps)
class SidebarMenu extends ImmutablePureComponent { class SidebarMenu extends ImmutablePureComponent {
static propTypes = { static propTypes = {

Loading…
Cancel
Save