mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +02:00
typo
This commit is contained in:
parent
eca5b85e80
commit
2f4db7ad3a
@ -77,7 +77,7 @@ export default function Verifier() {
|
||||
// ///////////////////////////////
|
||||
log('Rendering with ', message, verifyUrl )
|
||||
if( message ) return <Container>
|
||||
{ message.balance > 0 && <p>✅ { message.username } has { message.balance } Rocketeers on chain ${ chainId }</p> }
|
||||
{ message.balance > 0 && <p>✅ { message.username } has { message.balance } Rocketeers on chain { chainId }</p> }
|
||||
{ message.balance < 1 && <p>🛑 Computer says no</p> }
|
||||
</Container>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user