Skip to content

Commit

Permalink
chore: delete debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Dec 17, 2024
1 parent bde66c5 commit 9ddddce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ const OrdersUserDetailsTable: React.FC<Props> = (props) => {
const allOrdersAreHidden =
orders?.length === (showPreSigning ? 0 : preSigningCount) + (showCanceledAndExpired ? 0 : canceledAndExpiredCount)

console.log('allOrdersAreHidden', { allOrdersAreHidden, preSigningCount, canceledAndExpiredCount })

const invertLimitPrice = (): void => {
setIsPriceInverted((previousValue) => !previousValue)
}
Expand Down

0 comments on commit 9ddddce

Please sign in to comment.