* Hot-fix of bug with rendering a variable from vuex store before it's load(when variable is null)

feature: no-task
This commit is contained in:
2023-01-06 23:23:28 +01:00
parent a6a0a4ed34
commit aff1564b64
3 changed files with 20 additions and 11 deletions

View File

@@ -28,6 +28,7 @@ export async function getContractById(identifier) {
return resp.data
})
.catch(error => {
console.error(error)
router.push('/error?message=' + error.message + '&code=' + error.code)
})
}