complete store refactor; moved form inputs into store; refactored components out of TimedOrderEntry
This commit is contained in:
@@ -4,7 +4,6 @@ import {useStore} from "@/store/store.js";
|
||||
|
||||
|
||||
export function vaultAddress( owner, num=0) {
|
||||
console.log('va', owner, num)
|
||||
if( !owner )
|
||||
return null
|
||||
const s = useStore()
|
||||
|
||||
Reference in New Issue
Block a user