Skip to content

Commit

Permalink
fix for tx details
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Jan 23, 2025
1 parent eb92446 commit 3c70f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/tx/TxDetailsDegraded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const TxDetailsDegraded = ({ hash, txQuery }: Props) => {
null,
result: '',
priority_fee: null,
transaction_burnt_fee: null,
tx_burnt_fee: null,
revert_reason: null,
decoded_input: null,
Expand Down

0 comments on commit 3c70f17

Please sign in to comment.