Skip to content

Commit

Permalink
fix: update dapp kit conditional (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain authored Jan 15, 2024
1 parent 094bc68 commit 92a72da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const DAppKitUI = {
CustomWalletConnectModal.getInstance();
}
dappKitOptions = options;
if (!dappKit) dappKit = new DAppKit(options);
dappKit = new DAppKit(options);

// init modal so that on the first opening it doesn't have to create it
ConnectModalManager.getInstance(this.wallet, {
Expand Down

0 comments on commit 92a72da

Please sign in to comment.