Skip to content

Commit 7b6ab04

Browse files
authored
Merge pull request #1098 from monarch-initiative/fix-highlight-issue
fix-highlighting issue
2 parents 474acc9 + 150271d commit 7b6ab04

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

frontend/src/pages/node/AssociationsTable.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
<AppNodeBadge
5959
:node="{
6060
id: row.subject,
61-
name:
62-
row?.highlighting?.subject_closure_label?.[0] ||
63-
row.subject_label,
61+
name: row.subject_label,
6462
category: row.subject_category,
6563
info: row.subject_taxon_label,
6664
}"
@@ -96,8 +94,7 @@
9694
<AppNodeBadge
9795
:node="{
9896
id: row.object,
99-
name:
100-
row?.highlighting?.object_closure_label?.[0] || row.object_label,
97+
name: row.object_label,
10198
category: row.object_category,
10299
info: row.object_taxon_label,
103100
}"

0 commit comments

Comments
 (0)