Skip to content
Snippets Groups Projects
Commit 14237cff authored by hakui's avatar hakui
Browse files

clears notif number from title when marking as read

parent 6dbdd322
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ const Notifications = {
watch: {
unseenCount (count) {
this.$store.dispatch('setPageTitle', `(${count})`)
if (count==0) this.$store.dispatch('setPageTitle', '')
}
},
methods: {
......
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