Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Sep 24, 2024
1 parent 74992fe commit b59ecb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function PoolsList(): ReactElement {
width: containerRef.current?.offsetWidth,
}}
>
{allPools?.length || 0 > 0 ? (
{allPools?.length ? (
<NonIdealState
heading={"No pools found"}
text={"Try adjusting your filters."}
Expand Down

0 comments on commit b59ecb5

Please sign in to comment.