Skip to content

Commit 1d52328

Browse files
authored
Merge pull request #3027 from pyth-network/fix/param-filter-pagination
fix: total number
2 parents 57002c5 + 39a069b commit 1d52328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/insights/src/hooks/use-query-param-filter-pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ export const useQueryParamFilterPagination = <T>(
137137
paginatedItems,
138138
numPages,
139139
mkPageLink,
140-
numResults: filteredItems.length,
140+
numResults: mutatedItems.length,
141141
};
142142
};

0 commit comments

Comments
 (0)