fix issue with post only and placePerpOrder

This commit is contained in:
Tyler Shipe 2021-12-04 19:31:55 -05:00
parent 9b7f9e2e8a
commit 26da87acec
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ export default function AdvancedTradeForm({
)
actions.reloadOrders()
} else {
let perpOrderType: PerpOrderType
let perpOrderType: PerpOrderType = orderType
let perpOrderPrice: number = orderPrice
if (isMarketOrder) {