diff --git a/src/app/components/pab-results/pab-results.component.ts b/src/app/components/pab-results/pab-results.component.ts
index 2d7f0e2d2be4822aa42f53aebe4965c10b033fab..cd5fe967ea30c14ce2a54c02a848ca0003aad086 100644
--- a/src/app/components/pab-results/pab-results.component.ts
+++ b/src/app/components/pab-results/pab-results.component.ts
@@ -273,7 +273,7 @@ export class PabResultsComponent implements DoCheck {
             ret = ret
             && this._pabResults.variableIndex !== undefined
             && this._pabResults.result.resultElements[this._pabResults.variableIndex] !== undefined
-            && this._pabResults.result.resultElements[this._pabResults.variableIndex].resultsOk;
+            && this._pabResults.result.resultElements[this._pabResults.variableIndex].ok;
         }
         return ret;
     }