complete store refactor; moved form inputs into store; refactored components out of TimedOrderEntry
This commit is contained in:
@@ -21,7 +21,7 @@ const price = computed(()=>{
|
||||
if( !route || !(route.pool in s.poolPrices) )
|
||||
return ''
|
||||
let p = s.poolPrices[route.pool]
|
||||
console.log('pool price is',typeof p, p)
|
||||
// console.log('pool price is',typeof p, p)
|
||||
if( !p )
|
||||
return ''
|
||||
p = FixedNumber.fromString(p, WIDE_PRICE_FORMAT).toUnsafeFloat()
|
||||
|
||||
Reference in New Issue
Block a user