Commit a83d1362 authored by Dorchies David's avatar Dorchies David
Browse files
Showing with 1 addition and 1 deletion
+1 -1
...@@ -273,7 +273,7 @@ export class PabResultsComponent implements DoCheck { ...@@ -273,7 +273,7 @@ export class PabResultsComponent implements DoCheck {
ret = ret ret = ret
&& this._pabResults.variableIndex !== undefined && this._pabResults.variableIndex !== undefined
&& this._pabResults.result.resultElements[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; return ret;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment