Skip to content

Commit 01a9a98

Browse files
alfetopitoLeandro Boscariol
andauthored
Do not show liquidity trades on orders page (gnosis#1249)
Co-authored-by: Leandro Boscariol <[email protected]>
1 parent cd00761 commit 01a9a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Orders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PageWrapper } from 'components/Layout/PageWrapper'
44

55
const Orders: React.FC = () => (
66
<PageWrapper>
7-
<OrdersWidget />
7+
<OrdersWidget displayOnly="regular" />
88
</PageWrapper>
99
)
1010

0 commit comments

Comments
 (0)