Skip to content

Commit

Permalink
Prefer using the interpro_description in table
Browse files Browse the repository at this point in the history
Refs #2203
  • Loading branch information
kimrutherford committed Oct 24, 2024
1 parent 43fbaee commit 2f1d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/interpro-matches/interpro-matches.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span title="{{match.dbDescription}}">{{match.dbDisplayName}}</span>
</td>
<td>
{{match.interpro_name || match.name || match.description}}
{{match.interpro_description || match.interpro_name || match.name || match.description}}
</td>
<td>
<span *ngIf="!match.interProEntryUrl">{{match.interpro_id}}</span>
Expand Down

0 comments on commit 2f1d0f3

Please sign in to comment.