Skip to content
Snippets Groups Projects
Commit 770c1c50 authored by HongKee Moon's avatar HongKee Moon
Browse files

Checking if the score is null or not

parent f14f7748
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,9 @@
</div>
</div>
<div v-if="response.data.iupred_score !== null">
<iu-pred2-chart :x="response.data.sequence" :score="response.data.iupred_score"></iu-pred2-chart>
</div>
<barcode-plot :x="response.data.sequence"></barcode-plot>
<div v-show="response.data.llps_ptms !== null && response.data.llps_ptms.length > 0">
......
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