Skip to content
Snippets Groups Projects
Commit d9556ddb authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Fixed default value

parent 00f6dfa3
No related branches found
No related tags found
1 merge request!139Sa fixes
......@@ -63,7 +63,7 @@ export default {
name: "NavBar.vue",
data() {
return {
newMessages: 111,
newMessages: 0,
};
},
computed: {
......
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