Skip to content

Commit

Permalink
Merge pull request #56 from Liberluna/nakasyou-patch-1
Browse files Browse the repository at this point in the history
Releaseのリバースを削除
  • Loading branch information
nakasyou authored Jun 20, 2023
2 parents d169af1 + ae096e3 commit 07f1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/Releases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function () {
if(!Array.isArray(json)){
alert("Error. リリースの取得に失敗しました。")
}
setReleases(json.reverse())
setReleases(json)
})()
}, [])
return <>
Expand Down

0 comments on commit 07f1034

Please sign in to comment.