diff --git a/framework/core/js/src/forum/components/NotificationList.js b/framework/core/js/src/forum/components/NotificationList.js index 8c63fc328..abfd52423 100644 --- a/framework/core/js/src/forum/components/NotificationList.js +++ b/framework/core/js/src/forum/components/NotificationList.js @@ -6,6 +6,7 @@ import Link from '../../common/components/Link'; import LoadingIndicator from '../../common/components/LoadingIndicator'; import Discussion from '../../common/models/Discussion'; import ItemList from '../../common/utils/ItemList'; +import Tooltip from '../../common/components/Tooltip'; /** * The `NotificationList` component displays a list of the logged-in user's @@ -34,15 +35,36 @@ export default class NotificationList extends Component { items.add( 'mark_all_as_read', -