Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 6, 2021 11:25
Show Gist options
  • Save percybolmer/b9bc6ea8aa5aea7ae8f8352dcf4df082 to your computer and use it in GitHub Desktop.
Save percybolmer/b9bc6ea8aa5aea7ae8f8352dcf4df082 to your computer and use it in GitHub Desktop.
const [accountBalance, setAccountBalance] = useState(0);
const [accountStakes, setAccountStakes] = useState({});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment