From 65161889074057f265148013193ae80d315ace11 Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 6 Jun 2016 09:59:03 -0700 Subject: Fixed (#3264) --- webapp/components/user_settings/user_settings_notifications.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webapp/components') diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx index 2daf920c7..6749180f9 100644 --- a/webapp/components/user_settings/user_settings_notifications.jsx +++ b/webapp/components/user_settings/user_settings_notifications.jsx @@ -906,7 +906,9 @@ class NotificationsTab extends React.Component { let describe = ''; for (var i = 0; i < keys.length; i++) { - describe += '"' + keys[i] + '", '; + if (keys[i] !== '') { + describe += '"' + keys[i] + '", '; + } } if (describe.length > 0) { -- cgit v1.2.3-1-g7c22