remove some rpc structs and fix warden

This commit is contained in:
ntr
2019-06-06 11:43:04 +10:00
parent 6e513e3da7
commit 6cae6057b9
5 changed files with 72 additions and 59 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function TeamFooter(args) {
<button
disabled={team.some(c => !c)}
onClick={() => navToList()}>
Join Instance
Confirm
</button>
</footer>
);