Skip to content

Commit

Permalink
display algo orders in order history tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshattuck committed Dec 13, 2024
1 parent f378b05 commit e77501d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/PerpsPage/FooterOrdersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const FooterOrdersTable: React.FC<{

const [o, { cancelOrder, cancelAlgoOrder, isLoading }] = useOrderStream({
symbol: token,
status: orderStatus,
excludes: [AlgoOrderRootType.TP_SL, AlgoOrderRootType.POSITIONAL_TP_SL],
status: orderStatus
});

const orders = o as Order[] | null;
Expand Down

0 comments on commit e77501d

Please sign in to comment.