Skip to content

Commit

Permalink
Removed description label
Browse files Browse the repository at this point in the history
  • Loading branch information
milandomazet committed Aug 14, 2024
1 parent 8c84a45 commit 03f2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/roi/ROIMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ROIMenu {
}

menuItems(feature, isUserDefined, event, roiManager, columnContainer, regionElement) {
const items = feature.name ? [`<b>Description: ${feature.name}</b><br/>`] : []
const items = feature.name ? [`<b>${feature.name}</b><br/>`] : []
if ('roiSet' in feature) items.push(`<b>ROI Set: ${feature.roiSet}</b>`)
if (items.length > 0) items.push(`<hr/>`)

Expand Down

0 comments on commit 03f2825

Please sign in to comment.