зеркало из https://github.com/github/docs.git
updating to childNode to fix articles number (#20486)
This commit is contained in:
Родитель
8ed4430fcb
Коммит
e79baebae8
|
@ -53,7 +53,7 @@ const ProductTreeNodeList = ({ treeNode }: { treeNode: ProductTreeNode }) => {
|
|||
<Link href={childNode.href}>{childNode.page.title}</Link>
|
||||
{childNode.page.documentType === 'mapTopic' ? (
|
||||
<small className="color-text-secondary d-inline-block">
|
||||
• {treeNode.childPages.length} articles
|
||||
• {childNode.childPages.length} articles
|
||||
</small>
|
||||
) : null}
|
||||
</li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче