1
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
3a546e6e89
commit
c767004a2d
|
|
@ -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)}`)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue