Skip to content
Snippets Groups Projects
Commit 4730139d authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent b3b0f780
No related branches found
No related tags found
Loading
......@@ -70,6 +70,8 @@
loading: false,
notifications: notifications
});
this.trigger('fetched');
});
this.stream.on('notification', this.onNotification);
......
......@@ -17,7 +17,7 @@
this.Progress.start();
this.refs.ui.refs.notifications.on('loaded', () => {
this.refs.ui.refs.notifications.on('fetched', () => {
this.Progress.done();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment