improved order statuses

This commit is contained in:
Tim Olson
2023-11-09 23:23:04 -04:00
parent f1bc632074
commit a41ca81ab2
9 changed files with 103 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ import {connectWallet} from "@/blockchain/wallet.js";
const s = useStore()
const ok = computed(()=>s.address!==null)
const ok = computed(()=>s.account!==null)
</script>