vault infinite loop fix

This commit is contained in:
Tim Olson
2023-12-27 22:40:48 -04:00
parent 907a61c501
commit aa746a0163
2 changed files with 10 additions and 12 deletions

View File

@@ -120,7 +120,6 @@ s.$subscribe((mutation, state)=>{
console.log('test')
checkVault()
})
checkVault()
</script>