Solved Can not close notifications from popup #29
This commit is contained in:
@@ -134,8 +134,8 @@ export class NotifyItem extends Component {
|
||||
const mapDispatchToProps = (dispatch, ownProps) => {
|
||||
return {
|
||||
goTo: (url) => dispatch(push(url)),
|
||||
seenNotify: (id) => dispatch(notifyActions.dbSeenNotify(id)),
|
||||
deleteNotiy: (id) => dispatch(notifyActions.dbDeleteNotify(id))
|
||||
seenNotify: (id) => dispatch(notifyActions.dbSeenNotification(id)),
|
||||
deleteNotiy: (id) => dispatch(notifyActions.dbDeleteNotification(id))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user