We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0d9c0 commit 38019f8Copy full SHA for 38019f8
src/hooks/useShelters/useShelters.tsx
@@ -27,7 +27,7 @@ const useShelters = (options: IUseShelterOptions = {}) => {
27
...config,
28
headers,
29
params: {
30
- orderBy: 'prioritySum',
+ orderBy: 'updatedAt',
31
order: 'desc',
32
search:
33
search ?? new URLSearchParams(window.location.search).toString(),
0 commit comments