fixed gas price inside txinfo component

pull/178/head
yhtiyar 2021-08-25 17:31:35 +03:00
rodzic 51ae8b851b
commit ba6e918258
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ const TxInfo = (props) => {
<Stat>
<StatLabel>Gas price</StatLabel>
<StatNumber fontSize="md">
{toEth(transaction.tx.gasPrice)} eth
{toEth(transaction.tx.gas_price)} eth
</StatNumber>
<StatHelpText>the fee the sender pays per unit of gas</StatHelpText>
</Stat>