fix issue with post only and placePerpOrder
This commit is contained in:
parent
9b7f9e2e8a
commit
26da87acec
|
@ -595,7 +595,7 @@ export default function AdvancedTradeForm({
|
|||
)
|
||||
actions.reloadOrders()
|
||||
} else {
|
||||
let perpOrderType: PerpOrderType
|
||||
let perpOrderType: PerpOrderType = orderType
|
||||
let perpOrderPrice: number = orderPrice
|
||||
|
||||
if (isMarketOrder) {
|
||||
|
|
Loading…
Reference in New Issue