|
@@ -115,7 +115,7 @@ class GlobalNotificationList extends React.Component {
|
|
|
<i className="icon-fw icon-note"></i> {t('Edit')}
|
|
<i className="icon-fw icon-note"></i> {t('Edit')}
|
|
|
</a>
|
|
</a>
|
|
|
</li>
|
|
</li>
|
|
|
- <li onClick={() => this.toggleDeleteModal(notification._id)}>
|
|
|
|
|
|
|
+ <li onClick={() => this.openConfirmationModal(notification._id)}>
|
|
|
<a>
|
|
<a>
|
|
|
<i className="icon-fw icon-fire text-danger"></i> {t('Delete')}
|
|
<i className="icon-fw icon-fire text-danger"></i> {t('Delete')}
|
|
|
</a>
|
|
</a>
|