Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Solved Can not close notifications from popup #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Qolzam committed Oct 20, 2017
1 parent 2a38df0 commit 69f0125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/NotifyItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}

Expand Down

0 comments on commit 69f0125

Please sign in to comment.