Skip to content

Commit

Permalink
fix: error handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
web3max committed Jan 26, 2024
1 parent 1a21e93 commit 5e56b57
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallet-bridge",
"private": false,
"version": "0.1.64-beta.6",
"version": "0.1.64-beta.7",
"main": "./dist/wallet-bridge.umd.js",
"module": "./dist/wallet-bridge.es.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/lib/ui/Login/ChainList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const ChainList = ({ transitionStyle, transitionRef }: SwapChildProps) =>
})
}
} else {
console.error(error)
createTips({
title: t`Tips`,
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
Expand Down
1 change: 0 additions & 1 deletion src/lib/ui/Login/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export const Connect = ({ transitionStyle, transitionRef }: SwapChildProps) => {
})
}
} else {
console.error(error)
createTips({
title: t`Tips`,
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
Expand Down
1 change: 0 additions & 1 deletion src/lib/ui/Login/WalletList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export const WalletList = ({ transitionRef, transitionStyle }: SwapChildProps) =
})
}
} else {
console.error(error)
createTips({
title: t`Tips`,
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
Expand Down

0 comments on commit 5e56b57

Please sign in to comment.