mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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() {
|
mounted() {
|
||||||
this.fetchNotifications();
|
if(window.outerWidth > 767) {
|
||||||
|
this.fetchNotifications();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
updated() {
|
updated() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue