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

Close #5: Unable to open Condensate Detail page from...

Close #5: Unable to open Condensate Detail page from link on Condensate table on Protein Detail Page
parent dc8881d7
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@
<tbody>
<tr v-for="(item, index) in response.data.condensates" v-bind:key="index">
<td>
<a :href="'/condensate/' + item.unique_name" class="uniprot-link" target="_blank">{{item.name}}</a>
<a :href="'/condensate/' + item.canonical_id" class="uniprot-link" target="_blank">{{item.name}}</a>
</td>
<!--<td>{{getDbNames(item.data_sources)}}</td>-->
<td>{{item.proteins.length}}</td>
......
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