empty vault bugfix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user