@@ -2,9 +2,10 @@
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
// Our imports.
|
||||
import NotificationOverlay from '../components/overlay';
|
||||
import { markNotificationForDelete } from 'flavours/glitch/actions/notifications';
|
||||
|
||||
import NotificationOverlay from '../components/overlay';
|
||||
|
||||
const mapDispatchToProps = dispatch => ({
|
||||
onMarkForDelete(id, yes) {
|
||||
dispatch(markNotificationForDelete(id, yes));
|
||||
|
Reference in New Issue
Block a user