This commit is contained in:
Georges KABBOUCHI 2021-08-29 02:23:28 +03:00
parent 74ce6d7a55
commit 4df5a4f942
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@kabbouchi/vue-web3",
"version": "0.2.11",
"version": "0.2.12",
"description": "Vue web3 composition api",
"license": "MIT",
"main": "dist/cjs/index.js",

View File

@ -81,7 +81,7 @@ export const useWeb3 = () => {
const handleUpdate = async (update: ConnectorUpdate): Promise<void> => {
if (error.value) {
deactivate()
error.value = undefined
return
}