fix create safe fee estimation text formatting

This commit is contained in:
Mikhail Mikheev 2019-09-16 17:21:15 +04:00
parent 219e5dc45f
commit 4fa84683a3
1 changed files with 3 additions and 2 deletions

View File

@ -165,8 +165,9 @@ const ReviewComponent = ({ values, classes, userAccount }: Props) => {
wallet. The creation will cost approximately
{' '}
{gasCosts}
{' '} ETH
. The exact amount will be determined by your wallet.
{' '}
ETH. The exact amount will be determined by your
wallet.
</Paragraph>
</Row>
</>