HM-99. Изменения таблицы журнала клиентских запросов (#54)

This commit is contained in:
Nikolay
2020-08-13 23:32:40 +03:00
committed by GitHub
parent 5453d0c63f
commit 0e0c37a63a
8 changed files with 97 additions and 23 deletions

View File

@ -25,7 +25,7 @@ class TableCellOverflow extends Component {
},
});
span.innerHTML = text;
span.innerHTML = text || '-';
}
}