diff --git a/js/components/datasets/selectedCompoundsList.js b/js/components/datasets/selectedCompoundsList.js index 0b859db2b..82d426628 100644 --- a/js/components/datasets/selectedCompoundsList.js +++ b/js/components/datasets/selectedCompoundsList.js @@ -200,6 +200,8 @@ export const SelectedCompoundList = memo(({ height }) => { if (line.length > 0 && props.length > 0) { line += ','; + } else if (line.length === 0 && maxIdsCount > 0) { + line += ','; } let value = '';