Commit 61c69e5b authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #720 from blockscout/tx-gas-fix

txn gas usage caption fix
parents 90931839 a67cd75b
......@@ -268,7 +268,7 @@ const TxDetails = () => {
<Text variant="secondary">({ BigNumber(data.gas_price).dividedBy(WEI_IN_GWEI).toFixed() } Gwei)</Text>
</DetailsInfoItem>
<DetailsInfoItem
title="Gas limit & usage by txn"
title="Gas usage & limit by txn"
hint="Actual gas amount used by the transaction"
>
<Text>{ BigNumber(data.gas_used || 0).toFormat() }</Text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment