order workflow
This commit is contained in:
@@ -66,10 +66,7 @@ const s = useStore()
|
||||
const walletOk = typeof window.ethereum !== 'undefined'
|
||||
const providerOk = computed(()=>s.provider!==null)
|
||||
const chainOk = computed(()=>providerOk.value && s.helper!==null)
|
||||
const ok = computed(()=>{
|
||||
console.log('recompute provider ok')
|
||||
return walletOk && providerOk.value && chainOk.value
|
||||
})
|
||||
const ok = computed(()=>walletOk && providerOk.value && chainOk.value)
|
||||
function reload() {
|
||||
window.location.reload()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user