diff --git a/src/components/app.jsx b/src/components/app.jsx index 37f81db..9f6bb63 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -1181,7 +1181,7 @@ export default class App extends Component { notificationsBtnClickHandler() { this.setState({ isNotificationsModalOpen: true }); - if (this.state.isNotificationsModalOpen && !this.hasSeenNotifications) { + if (!this.state.isNotificationsModalOpen && !this.hasSeenNotifications) { this.hasSeenNotifications = true; this.setState({ hasUnseenChangelog: false }); window.db.setUserLastSeenVersion(version);