Skip to content

Commit

Permalink
Fix: check Destination field in operaion view on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jul 18, 2023
1 parent 40f58a3 commit ef3ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/extended_search/result/Operation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<router-link class="serp-link" target="_blank" :to="link">
<span v-if="item.body.Entrypoint" class="hash">{{ item.body.Entrypoint + '()' }}</span>
<span v-else-if="item.body.Type === 'origination'">origination</span>
<Shortcut v-else-if="isDestinationContract" :str="item.body.Hash"/>
<span v-else-if="isDestinationContract">default()</span>
<span v-else class="hash">{{ item.body.Hash }}</span>
</router-link>
</v-list-item-title>
Expand Down

0 comments on commit ef3ab46

Please sign in to comment.