Skip to content

Commit d6c05f3

Browse files
authored
Merge pull request #282 from TheJacksonLaboratory/hotfix/loinc-name
hotfix loinc name, rev version
2 parents 4c18bbd + 051abb5 commit d6c05f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpo-web",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/app/browser/pages/term/term.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h4>No gene associations found for <strong>{{term.id}}</strong></h4>
238238
<ng-container matColumnDef="name">
239239
<mat-header-cell *matHeaderCellDef> LOINC Name</mat-header-cell>
240240
<mat-cell *matCellDef="let row">
241-
{{row.longName}}
241+
{{row.name}}
242242
</mat-cell>
243243
</ng-container>
244244
</mat-table>

0 commit comments

Comments
 (0)