* 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:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user