diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index c5ac8186..88d7a28f 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -1465,7 +1465,7 @@ export default { } else { textLines.push( `L: ${this.reRound(csUtils.roundNumber(length), this.digitPlaces)} ${unit || unit}`, - `S: ${this.reRound(csUtils.roundNumber(length), this.digitPlaces)} ${unit}` + `S: ${this.reRound(csUtils.roundNumber(width), this.digitPlaces)} ${unit}` ) }