mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
toggleNotification -> markNotificationsRead
This commit is contained in:
@@ -123,9 +123,7 @@ class Dashboard extends React.Component {
|
||||
<Notification
|
||||
isNotification={this.props.ui.flags.isNotification}
|
||||
notifications={this.props.domain.notifications}
|
||||
onToggle={() => {
|
||||
this.props.actions.toggleNotifications();
|
||||
}}
|
||||
onToggle={this.props.actions.markNotificationsRead}
|
||||
/>
|
||||
<LoadingOverlay
|
||||
ui={this.props.ui.flags.isFetchingDomain}
|
||||
|
||||
Reference in New Issue
Block a user