bugfix
This commit is contained in:
@@ -116,10 +116,7 @@ function checkVault() {
|
||||
}
|
||||
|
||||
// todo remove automatic vault creation for Alpha 2
|
||||
s.$subscribe((mutation, state)=>{
|
||||
console.log('test')
|
||||
checkVault()
|
||||
})
|
||||
s.$subscribe((mutation, state)=>{checkVault()})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user