Skip to content

Commit

Permalink
Merge pull request #282 from TheJacksonLaboratory/hotfix/loinc-name
Browse files Browse the repository at this point in the history
hotfix loinc name, rev version
  • Loading branch information
iimpulse authored May 23, 2024
2 parents 4c18bbd + 051abb5 commit d6c05f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpo-web",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/browser/pages/term/term.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h4>No gene associations found for <strong>{{term.id}}</strong></h4>
<ng-container matColumnDef="name">
<mat-header-cell *matHeaderCellDef> LOINC Name</mat-header-cell>
<mat-cell *matCellDef="let row">
{{row.longName}}
{{row.name}}
</mat-cell>
</ng-container>
</mat-table>
Expand Down

0 comments on commit d6c05f3

Please sign in to comment.