fix(web): author of book can be null

close #4285
This commit is contained in:
Xwite 2024-10-19 06:47:54 +08:00
parent 4ffa729c14
commit 0f98e4d27c

View File

@ -491,7 +491,6 @@ onMounted(async () => {
bookUrl,
// @ts-expect-error: bookUrl name author is NON_Blank string here
name,
// @ts-expect-error: bookUrl name author is NON_Blank string here
author,
chapterIndex,
chapterPos,