Update NotificationCard component

pull/2895/head
Daniel Supernault 2021-07-25 06:15:10 -06:00
rodzic ecbc464587
commit 2376580eb7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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