diff --git a/soul-admin/src/pages/content/ChapterTree.tsx b/soul-admin/src/pages/content/ChapterTree.tsx index 6bf0a1c3..18e0016e 100644 --- a/soul-admin/src/pages/content/ChapterTree.tsx +++ b/soul-admin/src/pages/content/ChapterTree.tsx @@ -471,7 +471,7 @@ export function ChapterTree({ )} {section.id} {section.title} - {pinnedSectionIds.includes(section.id) && } + {pinnedSectionIds.includes(section.id) && }
点击 {(section.clickCount ?? 0)} · 付款 {(section.payCount ?? 0)} @@ -875,7 +875,7 @@ export function ChapterTree({ {section.id} {section.title} - {pinnedSectionIds.includes(section.id) && } + {pinnedSectionIds.includes(section.id) && }