1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Refactor notification list loading

So that notifications are reloaded (if needed) every time the
notifications dropdown button is clicked
This commit is contained in:
Toby Zerner
2015-08-04 21:22:22 +09:30
parent eee34598f1
commit c74b3434e7
3 changed files with 8 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ export default class NotificationList extends Component {
* @type {Boolean}
*/
this.loading = false;
this.load();
}
view() {