Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
tyleroooo committed Dec 20, 2024
1 parent 514b9c2 commit 75e71a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trade/HorizontalPanel.tsx
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ export const HorizontalPanel = ({ isOpen = true, setIsOpen, handleStartResize }:
showCurrentMarket ? numOpenOrders : numTotalOpenOrders
);

const initialPageSize = 10;
const initialPageSize = 20;

const onViewOrders = useCallback(
(market: string) => {

0 comments on commit 75e71a6

Please sign in to comment.