mobile styles

This commit is contained in:
ntr
2019-09-23 21:30:01 +10:00
parent f6ff6d37e3
commit c2120a602b
4 changed files with 49 additions and 26 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ impl Events {
None => false,
})
.map(|(_id, c)| PvpRequest { id: c.id, account: c.account.unwrap(), tx: c.tx.clone() })
.ok_or(format_err!("invite not found code={:?}", code))?;
.ok_or(format_err!("invite expired code={:?}", code))?;
let join = PvpRequest { id: c.id, account: c.account.unwrap(), tx: c.tx.clone() };