Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
arawinters authored Sep 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 07ede20 commit 692f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/why/sz-why-entities.component.ts
Original file line number Diff line number Diff line change
@@ -374,7 +374,7 @@ export class SzWhyEntitiesComparisonComponent extends SzWhyReportBaseComponent i
(fd.internalId === _scoreDetails.candidateFeature.featureId) ||
(fd.internalId === _scoreDetails.inboundFeature.featureId)
)) {
_retVal += '\n<span class="child-node"></span>';
_retVal += '</div>\n<span class="child-node"></span>';
if(fd.internalId === _scoreDetails.candidateFeature.featureId) {
// show "inboundFeature"
_retVal += _scoreDetails.inboundFeature.featureValue;

0 comments on commit 692f77a

Please sign in to comment.