Skip to content

Commit

Permalink
Merge pull request #1086 from griffithlab/fix-therapy-spacing
Browse files Browse the repository at this point in the history
Fix formatting of NCIt Code and Alias search results in therapy typeahead
  • Loading branch information
acoffman authored Aug 7, 2024
2 parents 914d604 + e219a20 commit 58c03e2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
nz-typography
nzType="secondary">
<ng-container *ngIf="result.ncitId">
<strong>NCIt Code:</strong>
<strong>NCIt Code: </strong>
<span
[innerHtml]="
result.ncitId | highlightTypeahead : searchString
"></span>
"></span
>&nbsp;
</ng-container>
<ng-container *ngIf="result.therapyAliases.length > 0">
<strong>Aliases: </strong>
Expand Down

0 comments on commit 58c03e2

Please sign in to comment.