diff --git a/src/js/render/details.js b/src/js/render/details.js index 64c33ab..f1e4b97 100644 --- a/src/js/render/details.js +++ b/src/js/render/details.js @@ -93,7 +93,7 @@ export function renderDetails() { return false; }).filter(html => html !== false).join(' ')}
`; const orthographyNotesHTML = orthography.notes.trim().length > 0 ? 'Notes
' + md(removeTags(orthography.notes)) + '' : '';
- const orthographyHTML = translations.length > 0 && orthographyNotesHTML.length > 0
+ const orthographyHTML = translations.length > 0 || orthographyNotesHTML.length > 0
? `