@@ -92,8 +92,6 @@ const mapDispatchToProps = dispatch => ({
|
||||
dispatch,
|
||||
});
|
||||
|
||||
export default @connect(mapStateToProps, mapDispatchToProps)
|
||||
@injectIntl
|
||||
class Notifications extends React.PureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
@@ -380,3 +378,5 @@ class Notifications extends React.PureComponent {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(injectIntl(Notifications));
|
||||
|
Reference in New Issue
Block a user