Skip to content
Snippets Groups Projects
Commit 6828e2ef authored by moon's avatar moon
Browse files

Close #34: Antibody Link doesnt exists for many proteins

parent e4602513
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@
</div>
</div>
</div>
<div class="row text-2xl">
<div class="row text-2xl" v-if="response.data.antibody_link && response.data.species_tax_id === '9606' && response.data.ensembl_gene_id">
<div class="text col-sm-3">
Antibodies
</div>
......@@ -148,7 +148,7 @@
class="uniprot-link"
target="_blank"
>
{{ response.data.uniprot_id }}
{{ response.data.ensembl_gene_id }}
<i
class="glyphicon glyphicon-link"
/></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment