feat: migrated packages to ts
This commit is contained in:
@@ -192,7 +192,7 @@ export default function Home() {
|
||||
>
|
||||
{officialUpdate.dates
|
||||
.reduce((acc, cur) => {
|
||||
const op = officialUpdate[cur]
|
||||
const op = officialUpdate.info[cur]
|
||||
return [...acc, ...op]
|
||||
}, [])
|
||||
.slice(
|
||||
|
||||
Reference in New Issue
Block a user