chore: refacored formatting

This commit is contained in:
asiaznik
2024-01-31 15:24:47 +01:00
parent 61efa3b14b
commit ec837a4e5f
+3 -3
View File
@@ -208,11 +208,11 @@ const GasPrice = ({
</span>
)}
<span>
{formatNumber(gas)} gas &times; {asETH(basePricePerGas)} ={' '}
{asETH(basePrice)}
{formatNumber(gas)} gas &times; {asETH(basePricePerGas)} <br />{' '}
= {asETH(basePrice)}
</span>
<span>
{formatNumber(gas)} gas &times; {asETH(maxPricePerGas)} ={' '}
{formatNumber(gas)} gas &times; {asETH(maxPricePerGas)} <br /> ={' '}
{asETH(maxPrice)}
</span>
</div>