fix
This commit is contained in:
parent
a9d7c78833
commit
f0e9592dc4
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export default function Home() {
|
|||
setRepos([
|
||||
...reposs
|
||||
?.sort(
|
||||
(a, b) =>
|
||||
(a: any, b: any) =>
|
||||
new Date(b.updated_at).getTime() -
|
||||
new Date(a.updated_at).getTime()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue