Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Nov 20, 2019
1 parent ede51de commit 5968a2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
:key="item.id"
class="list-complete-item">
<td v-html="item.biological_relationship.name"/>
<td v-html="item.subject.object_tag"/>
<td v-html="item.object.object_tag"/>
<td v-html="getCitationString(item)"/>
<td class="vue-table-options">
<radial-annotator :global-id="item.global_id"/>
Expand Down

0 comments on commit 5968a2b

Please sign in to comment.