This commit is contained in:
2026-04-13 04:59:40 -06:00
parent b22eb85f3a
commit 35ee7d69dd
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ async function getContent() {
if (target) {
show(display)
} else if (list.value.length > 0) {
show(list.value[0].display)
show(list.value[0]!.display)
}
}