Skip to content

Commit 6027060

Browse files
fix: remove some gitingore items
1 parent 9b0a900 commit 6027060

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ package-lock.json
66
.vscode
77
yarn-error.log
88
.env
9-
yarn.lock

examples/with-vanilla-js/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const $disconnected = document.querySelector('.disconnected')
88
const $address = document.querySelector('.address')
99
const $label = document.querySelector('.label')
1010

11+
let label
12+
1113
const connect = async () => {
1214
return await onboard.connectWallet()
1315
}

packages/injected/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ function injected(options?: InjectedWalletOptions): WalletInit {
4141
({ label }) => label
4242
)
4343

44-
debugger
45-
4644
const wallets = allWallets.reduce(
4745
(acc: InjectedWalletModule[], wallet: InjectedWalletModule) => {
4846
const { label, platforms, injectedNamespace, checkProviderIdentity } =

0 commit comments

Comments
 (0)