Skip to content

Commit 3c70f17

Browse files
committed
fix for tx details
1 parent eb92446 commit 3c70f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/tx/TxDetailsDegraded.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const TxDetailsDegraded = ({ hash, txQuery }: Props) => {
103103
null,
104104
result: '',
105105
priority_fee: null,
106+
transaction_burnt_fee: null,
106107
tx_burnt_fee: null,
107108
revert_reason: null,
108109
decoded_input: null,

0 commit comments

Comments
 (0)