Show title for cut off select item entries

This commit is contained in:
space-nuko
2023-05-27 23:43:28 -05:00
parent 3b9d4533f9
commit c255e5b425
2 changed files with 14 additions and 2 deletions

View File

@@ -147,7 +147,7 @@
message = `${entry.extraData.workflowTitle}`
}
if (subgraphs) {
if (subgraphs && subgraphs.length > 0) {
const subgraphsString = subgraphs.join(', ')
message += ` (${subgraphsString})`
}