diff --git a/src/pages/Notifications/index.js b/src/pages/Notifications/index.js index 407094f..f370eea 100644 --- a/src/pages/Notifications/index.js +++ b/src/pages/Notifications/index.js @@ -274,6 +274,7 @@ class NotificationsPage extends React.Component { }); notification.addEventListener('click', () => { + this.updateTabIcon(false); this.enhancedOnStageThread(n.id, n.repository); window.open(n.url); })