small fixes

This commit is contained in:
2021-03-31 20:30:51 +02:00
parent a29dc474f3
commit 32851147dc
6 changed files with 14355 additions and 7623 deletions

View File

@@ -41,7 +41,7 @@ export function TokenList(props) {
function fetchTokens() {
api.listTokens().then((res) => {
if (res) {
if (res.success) {
setTokens(res.tokens);
} else {
pushAlert(res, "Error fetching tokens");