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{