Skip to content
Snippets Groups Projects

Release 3.1.1

Merged Nik | Klampfradler requested to merge release-3.1.1 into master
Files
4
@@ -88,7 +88,7 @@ export default {
},
computed: {
unreadNotifications() {
return this.myNotifications.filter(n => !n.read);
return this.myNotifications.filter((n) => !n.read);
},
},
};
Loading