stop fetching tokens all the time

This commit is contained in:
2021-03-31 20:32:22 +02:00
parent 32851147dc
commit dc884b17f8
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ export function TokenList(props) {
setTokens(res.tokens);
} else {
pushAlert(res, "Error fetching tokens");
setTokens([]);
}
});
}