Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Aug 3, 2020
1 parent 68f1f7a commit 6f2cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function App() {
return (
<>
<h1>Wallet</h1>
{wallet.connected ? (
{wallet.status === 'connected' ? (
<div>
<div>Account: {wallet.account}</div>
<div>Balance: {wallet.balance}</div>
Expand Down

0 comments on commit 6f2cef7

Please sign in to comment.