This commit is contained in:
Matthias Kretschmann 2019-12-12 21:29:56 +01:00
parent 2bb562dd7a
commit 5521c799aa
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default function Info({
)}
{gasPrice && (
<p>
Gas Prize <span>{gasPrice} Gwei</span>
Gas Price <span>{gasPrice} Gwei</span>
</p>
)}
{clientVersion && <p className={styles.clientVersion}>{clientVersion}</p>}