Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 15, 2024
1 parent 94a8f15 commit 43bc900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/thorin-core/src/connect-modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export class ThorinConnectModal extends LitElement {
.connect()
.catch((error) => {
console.log('failed to connect', error);
this.activeConnector = undefined;
})
.finally(() => {
this.connecting = false;
Expand Down

0 comments on commit 43bc900

Please sign in to comment.