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 ef3ab46 commit 3c4ee23
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 @@ -6,7 +6,7 @@
<v-list-item-title>
<span class="hash">Operation</span>
<span class="text--secondary" style="font-size: 20px;"> → </span>
<template v-if="item.body.Destination.startsWith('KT')">
<template v-if="isDestinationContract">
<router-link class="serp-link" target="_blank" :to="`/${item.body.Network}/${item.body.Destination}`">
<Shortcut :str="item.body.Destination"/>
</router-link>
Expand Down

0 comments on commit 3c4ee23

Please sign in to comment.