SidebarMenu: fix access to intl in mapDispatchToProps

This commit is contained in:
Alex Gleason
2021-10-05 16:23:06 -05:00
parent e8d0ff89ef
commit 468119fe3c

View File

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