Этот коммит содержится в:
David Lu
2016-06-06 09:59:03 -07:00
коммит произвёл Harrison Healey
родитель ba8aafddf4
Коммит 6516188907

Просмотреть файл

@@ -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) {