mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update NotificationCard.vue
This commit is contained in:
parent
2a5dbfbe80
commit
d543087bc6
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@
|
|||
},
|
||||
|
||||
mounted() {
|
||||
this.fetchNotifications();
|
||||
if(window.outerWidth > 767) {
|
||||
this.fetchNotifications();
|
||||
}
|
||||
},
|
||||
|
||||
updated() {
|
||||
|
|
Loading…
Reference in a new issue