aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/notifications.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index 7dbbf588..3f9fe3b4 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -26,6 +26,7 @@ const Notifications = {
watch: {
unseenCount (count) {
this.$store.dispatch('setPageTitle', `(${count})`)
+ if (count==0) this.$store.dispatch('setPageTitle', '')
}
},
methods: {