We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf9231 commit c3bfb5aCopy full SHA for c3bfb5a
src/views/codeAnalytics/InsightListView/EndpointInsight.ts
@@ -348,8 +348,7 @@ export class EPNPlusSpansListViewItemsCreator
348
}
349
350
let fractionSt = "";
351
- const fraction =
352
- codeObjectsInsight.spans.firstOrDefault()?.fraction;
+ const fraction = span.fraction;
353
if (fraction < 0.01) {
354
fractionSt = "minimal";
355
} else {
0 commit comments