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 89401e3b..a916dead 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 @@ -1564,7 +1564,7 @@ export default { if (label) { textLines.push(label) } - textLines.push(`${angle.toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`) + textLines.push(`${this.reRound(csUtils.roundNumber(angle)).toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`) return textLines }, reRound(result, finalPrecision) {