account state pubsub

This commit is contained in:
ntr
2019-07-16 21:45:54 +10:00
parent a4436c9669
commit 4d3e4a843e
6 changed files with 131 additions and 17 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function Nav(args) {
<h1 class="header-title">mnml.gg</h1>
<AccountStatus />
<hr />
<button disabled={canJoin} onClick={() => navTo('list')}>Play</button>
<button class="play-btn" disabled={canJoin} onClick={() => navTo('list')}>Play</button>
<hr />
{joined}
{haxSection}