Skip to content

Commit

Permalink
fix dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhassoun366 committed Sep 18, 2024
1 parent 09c9dcf commit d763da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default function TransactionComponent({

<div className="tooltip">
<TransactionTooltipDetails
usdFee={txn.txnFeeInUsd}
// usdFee={txn.txnFeeInUsd}
fee={txn.txnFee}
nonce={txn.nonceOrValidationHash}
/>
Expand Down

0 comments on commit d763da3

Please sign in to comment.