enable conditional orders in order type dropdown in prod (#41)
This commit is contained in:
parent
342bd2d334
commit
9a230401cd
@ -49,7 +49,6 @@ const useTradeTypeOptions = () => {
|
||||
value && {
|
||||
value: value as TradeTypes,
|
||||
label,
|
||||
disabled: import.meta.env.MODE === 'production', // TODO: Remove this when stop orders are supported on testnet
|
||||
}
|
||||
)
|
||||
.filter(isTruthy),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user