From 0ef9303bbd00b9462536913f6b090f4be97d19a9 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Mon, 5 Aug 2019 22:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E9=86=92=E9=A1=B5?= =?UTF-8?q?=E8=BF=9E=E7=BB=AD=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/notification/notificationList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/notification/notificationList.js b/src/component/notification/notificationList.js index fd45e8e..601e4ce 100644 --- a/src/component/notification/notificationList.js +++ b/src/component/notification/notificationList.js @@ -36,6 +36,7 @@ export default class NotificationList extends Component { let notifications = await this.getMessages(); this.notificationsData = notifications; this.setNotifications(notifications); + this.setState({error: false}); } catch (e) { this.setState({error: true}); }