Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Apr 27, 2023
1 parent 3a41c9d commit 31a2b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22976,7 +22976,6 @@ class SendComponent {
var _this = this;

return (0,_Users_esteban_Desktop_Nault_Pro_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
_this.known = yield _this.http.get('https://api.nano.to/known').toPromise();
const params = _this.router.snapshot.queryParams;

_this.updateQueries(params);
Expand Down Expand Up @@ -23021,6 +23020,8 @@ class SendComponent {
// If "total balance" is selected in the sidebar, use the first account in the wallet that has a balance
_this.findFirstAccount();
}

_this.known = yield _this.http.get('https://nano.to/known.json').toPromise();
})();
}

Expand Down
2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

0 comments on commit 31a2b0a

Please sign in to comment.