Skip to content

Commit

Permalink
dont show transaction id if cross-chain tx pending
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Apr 22, 2020
1 parent 6dc338c commit 8f01fd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/dashboard/templates/bounty/details2.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,6 @@ <h5 class="font-body font-weight-semibold">{% trans "SUBMISSIONS" %}</h5>
<button class="btn btn-sm btn-outline-gc-blue my-auto px-3 font-smaller-2 font-weight-semibold">
<i class="fas fa-spinner fa-spin mr-2 font-caption"></i>Pending Verification
</button>
<p class="font-smaller-4 my-0">
<a :href="getTransactionURL(fulfillment.token_name, fulfillment.payout_tx_id)" target="_blank">([[ fulfillment.payout_tx_id | truncateHash ]])</a>
<button class="btn btn-sm my-0 px-1" @click="copyTextToClipboard(fulfillment.payout_tx_id)">
<i class="far fa-clipboard-check"></i>
</button>
</p>
</template>

<template v-else>
Expand Down

0 comments on commit 8f01fd1

Please sign in to comment.