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.
2 parents 4c18bbd + 051abb5 commit d6c05f3Copy full SHA for d6c05f3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hpo-web",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
src/app/browser/pages/term/term.component.html
@@ -238,7 +238,7 @@ <h4>No gene associations found for <strong>{{term.id}}</strong></h4>
238
<ng-container matColumnDef="name">
239
<mat-header-cell *matHeaderCellDef> LOINC Name</mat-header-cell>
240
<mat-cell *matCellDef="let row">
241
- {{row.longName}}
+ {{row.name}}
242
</mat-cell>
243
</ng-container>
244
</mat-table>
0 commit comments