Skip to content

Commit

Permalink
Update useFilters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 authored Jan 16, 2024
1 parent 5e8e349 commit 7b3e2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/hooks/useFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function useFilters({
options?: setQueryParamsOptions
) => {
const updatedQParams = { ...query };

for (const param of cacheBlacklist) {
delete updatedQParams[param];
}
Expand Down

0 comments on commit 7b3e2f3

Please sign in to comment.