fix create safe fee estimation text formatting
This commit is contained in:
parent
219e5dc45f
commit
4fa84683a3
|
@ -165,8 +165,9 @@ const ReviewComponent = ({ values, classes, userAccount }: Props) => {
|
||||||
wallet. The creation will cost approximately
|
wallet. The creation will cost approximately
|
||||||
{' '}
|
{' '}
|
||||||
{gasCosts}
|
{gasCosts}
|
||||||
{' '} ETH
|
{' '}
|
||||||
. The exact amount will be determined by your wallet.
|
ETH. The exact amount will be determined by your
|
||||||
|
wallet.
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Row>
|
</Row>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue