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:
@@ -18,8 +18,6 @@ export default class NotificationList extends Component {
|
||||
* @type {Boolean}
|
||||
*/
|
||||
this.loading = false;
|
||||
|
||||
this.load();
|
||||
}
|
||||
|
||||
view() {
|
||||
|
Reference in New Issue
Block a user