Skip to content

Commit

Permalink
fix(ethereum): show advancde transaction details only for contract calls
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Dec 16, 2024
1 parent a8c7175 commit 96d042a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/protocols/ethereum/views/TransactionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
data-cy="gas"
/>
<DetailsItem
v-if="innerTx?.callData && innerTx?.contractId"
expandable
class="advanced-transaction-details"
:label="$t('transaction.advancedDetails')"
Expand Down Expand Up @@ -211,6 +212,7 @@ export default defineComponent({
amountTotal,
decodedCallData,
decodingCallData,
innerTx,
isTransactionCoin,
hash,
fee,
Expand Down

0 comments on commit 96d042a

Please sign in to comment.