Мелкие поправки разметки

This commit is contained in:
Book Pauk
2022-11-12 16:38:01 +07:00
parent 2d380bd98f
commit 4d01901463
3 changed files with 5 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ class BookInfoDialog {
return utils.sqlDateFormat(value);
if (nodePath == 'fileInfo/del')
return (value ? 'Да' : 'Нет');
return (value ? 'Да' : '');
if (nodePath == 'titleInfo/author')
return value.split(',').join(', ');