Skip to content

Commit

Permalink
FE-1308 | Show 0 liquidity pools in the pools page
Browse files Browse the repository at this point in the history
  • Loading branch information
deividaspetraitis committed Jan 14, 2025
1 parent 7b03c95 commit e18f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/complex/pools-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const PoolsTable = (props: PropsWithChildren<PoolsTableProps>) => {
direction: sortParams.allPoolsSortDir,
}
: undefined,
minLiquidityUsd: 1_000,
minLiquidityUsd: 0,
},
{
getNextPageParam: (lastPage) => lastPage.nextCursor,
Expand Down

0 comments on commit e18f16a

Please sign in to comment.