fix: do not show edit/cancel buttons on order partially filled (#1150)
This commit is contained in:
parent
1d58844dcc
commit
e9019c04f7
@ -320,6 +320,7 @@ const isOrderActive = (status: OrderStatus) => {
|
||||
OrderStatus.STATUS_EXPIRED,
|
||||
OrderStatus.STATUS_FILLED,
|
||||
OrderStatus.STATUS_STOPPED,
|
||||
OrderStatus.STATUS_PARTIALLY_FILLED,
|
||||
].includes(status);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user