Fixed (#3264)
Этот коммит содержится в:
коммит произвёл
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) {
|
||||
|
||||
Ссылка в новой задаче
Block a user