diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 25143ca7..7cc0fb81 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2532,7 +2532,7 @@ export default { textLines.push(`Std Dev: ${this.reRound(stdDev, this.digitPlaces)} ${modalityUnit}`) } - if (total !== undefined && total !== null ) { //&& Modality === 'NM' + if (total !== undefined && total !== null && Modality === 'NM') { textLines.push(`Total: ${this.formatStatSum(total)}`) }