We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1945c87 commit 55a942fCopy full SHA for 55a942f
src/stores/modelRepositories/repository.js
@@ -44,7 +44,10 @@ export default class Repository {
44
let value = '--';
45
let metricKey = attr;
46
47
- if (!this.jsonMetrics)
+ if (
48
+ !this.jsonMetrics ||
49
+ typeof this.jsonMetrics.body === "undefined"
50
+ )
51
return value;
52
53
const { measure, measure_hist } = this.jsonMetrics.body;
0 commit comments