empty vault bugfix

This commit is contained in:
tim
2024-10-19 11:59:42 -04:00
parent 6e0cfaaf52
commit 729db7f6ee

View File

@@ -91,6 +91,7 @@ const empty = computed(()=>{
for( const v of Object.values(balances.value) )
if(v!==0n)
return false
return true
})
const hasVault = computed(()=>s.vault!==null)