From e3ba075e0ee3d3fed1a10d8cb9e80d2aaad61395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 10 Dec 2019 09:16:53 +0100 Subject: [PATCH] Fix correctedValue --- static/js/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/data.js b/static/js/data.js index 04229ffe..733f730d 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -117,8 +117,8 @@ class excitationValue extends excitationBase { this.corrected = corrected this.oscilatorForces = oscilatorForces } - get CorrectedValue(){ - if(this.corrected && getCorrected) { + get correctedValue(){ + if(this.corrected) { return this.corrected } else{