Skip to content

Commit

Permalink
fix: mistake on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
YasunoriMATSUOKA committed Jun 7, 2022
1 parent 1725266 commit 33797ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export class WalletApplicationService {
const connectedStoredWallet = await this.keplrService.connectWallet();
if (!connectedStoredWallet) {
this.snackBar.open('Dialog was canceled!', 'Close');
return false;
}
await this.walletService.setCurrentStoredWallet(connectedStoredWallet);
await this.openConnectWalletCompletedDialog(connectedStoredWallet);
Expand Down

0 comments on commit 33797ad

Please sign in to comment.