Browse Source

stop fetching tokens all the time

Roman 3 years ago
parent
commit
dc884b17f8
2 changed files with 1 additions and 0 deletions
  1. 1 0
      fileControlPanel/src/elements/token-list.js
  2. 0 0
      js/files.min.js

+ 1 - 0
fileControlPanel/src/elements/token-list.js

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

File diff suppressed because it is too large
+ 0 - 0
js/files.min.js


Some files were not shown because too many files changed in this diff