Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Do not show liquidity trades on orders page
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Boscariol committed Jul 21, 2020
1 parent fac6fe6 commit 51a7e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Orders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PageWrapper } from 'components/Layout/PageWrapper'

const Orders: React.FC = () => (
<PageWrapper>
<OrdersWidget />
<OrdersWidget displayOnly="regular" />
</PageWrapper>
)

Expand Down

0 comments on commit 51a7e9f

Please sign in to comment.