Merge pull request #1096 from esteemapp/bugfix/notification-read-all

Small fix for read all
This commit is contained in:
Feruz M 2019-08-28 09:34:54 +03:00 committed by GitHub
commit 923246187e

View File

@ -134,6 +134,7 @@ class NotificationContainer extends Component {
intl.formatMessage({ id: 'alert.error' }),
intl.formatMessage({ d: 'alert.unknow_error' }),
);
this.setState({ isNotificationRefreshing: false });
});
};