Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Jan 24, 2025
1 parent 5352d82 commit 5d66100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/accountSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export const getSubaccountConditionalOrders = () =>
: IndexerOrderSide.BUY;

const conditionalOrders = openOrdersByPositionUniqueId[position.uniqueId];
console.log(position.market, conditionalOrders);

return {
stopLossOrders: conditionalOrders?.filter(
Expand Down

0 comments on commit 5d66100

Please sign in to comment.