Skip to content

Commit

Permalink
Merge pull request #3994 from osmosis-labs/stage
Browse files Browse the repository at this point in the history
Hotfix: asset page pool list filter to work w SQS filter
  • Loading branch information
jonator authored Dec 5, 2024
2 parents 0095c7a + 2294d05 commit 6546d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/pages/asset-info-page/pools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AssetPools: FunctionComponent<AssetPoolsProps> = (props) => {
const filters = useMemo(
() => ({
...defaultFilters,
denoms: [denom],
searchQuery: denom,
}),
[denom]
);
Expand Down

0 comments on commit 6546d9c

Please sign in to comment.