mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
[Client] Fix bug
This commit is contained in:
parent
b3b0f780f2
commit
4730139dc7
@ -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();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user