Skip to content

Commit

Permalink
Fix sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jan 31, 2024
1 parent c64da6e commit 1e4b0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const Project = () => {
const [page, setPage] = useState(1)
const { data, error, isLoading } = useFetcher('clips/', {
filters: false,
sort: '-date',
page,
})

Expand Down

0 comments on commit 1e4b0e5

Please sign in to comment.