diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index 18e0016e..b629d619 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -542,7 +542,7 @@ export function ChapterTree({ )} 附录{chIdx + 1} | {ch.title} | {sec.title} - {pinnedSectionIds.includes(sec.id) && } + {pinnedSectionIds.includes(sec.id) && }
点击 {(sec.clickCount ?? 0)} · 付款 {(sec.payCount ?? 0)}