From f527e2a2ff0cae65839d3c17683aa44e7c68f955 Mon Sep 17 00:00:00 2001 From: Mikunj Varsani Date: Wed, 16 Jan 2019 13:33:41 +1100 Subject: [PATCH] Update js/notifications.js --- js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notifications.js b/js/notifications.js index da19f056e..5295b2a96 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -107,7 +107,7 @@ } else if (messagesNotificationCount > 0) { message = newMessageCountLabel; } else { - message = '-'; + return; } break; case SettingNames.NAME: {