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) => {
|
const mapDispatchToProps = (dispatch, ownProps) => {
|
||||||
return {
|
return {
|
||||||
goTo: (url) => dispatch(push(url)),
|
goTo: (url) => dispatch(push(url)),
|
||||||
seenNotify: (id) => dispatch(notifyActions.dbSeenNotify(id)),
|
seenNotify: (id) => dispatch(notifyActions.dbSeenNotification(id)),
|
||||||
deleteNotiy: (id) => dispatch(notifyActions.dbDeleteNotify(id))
|
deleteNotiy: (id) => dispatch(notifyActions.dbDeleteNotification(id))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user