Update NotificationCard component

This commit is contained in:
Daniel Supernault 2021-07-25 06:15:10 -06:00
parent ecbc464587
commit 2376580eb7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@
},
refreshNotifications() {
this.loading = true;
this.attemptedRefresh = true;
this.fetchNotifications();
}