fix: malformed versions causing versions list page to crash (#6315)

This commit is contained in:
Truman Gao
2026-06-05 03:49:59 -06:00
committed by GitHub
parent 352a196795
commit c653228fe7
7 changed files with 61 additions and 28 deletions
@@ -83,7 +83,6 @@ const props = withDefaults(
{
page: 1,
count: 1,
linkFunction: (page: number) => void page,
},
)