Skip to content
Snippets Groups Projects
Verified Commit bd05fe78 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Reformat

parent c00265e6
No related branches found
No related tags found
1 merge request!1274Release 3.1.1
Pipeline #134562 passed with warnings
......@@ -88,7 +88,7 @@ export default {
},
computed: {
unreadNotifications() {
return this.myNotifications.filter(n => !n.read);
return this.myNotifications.filter((n) => !n.read);
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment