diff --git a/src/screens/notification/container/notificationContainer.js b/src/screens/notification/container/notificationContainer.js index c66f5dc0e..67720a7c3 100644 --- a/src/screens/notification/container/notificationContainer.js +++ b/src/screens/notification/container/notificationContainer.js @@ -134,6 +134,7 @@ class NotificationContainer extends Component { intl.formatMessage({ id: 'alert.error' }), intl.formatMessage({ d: 'alert.unknow_error' }), ); + this.setState({ isNotificationRefreshing: false }); }); };