mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Fix not being able to search for changes anymore
This commit is contained in:
@@ -50,7 +50,7 @@ export function Changelog({ lang, changeTitle }: ChangelogProps) {
|
||||
|
||||
const sortedChangelogs = useMemo(() => {
|
||||
return filteredChangelogs.sort((a, b) => sort ? b.order - a.order : a.order - b.order)
|
||||
}, [changelogs, sort])
|
||||
}, [filteredChangelogs, sort])
|
||||
|
||||
return <main>
|
||||
<Ad type="text" id="changelog" />
|
||||
|
||||
Reference in New Issue
Block a user