Skip to content

Commit 471c6d1

Browse files
committed
fix typo
1 parent f5b050d commit 471c6d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/site-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function buildMaptopicsTree (tocItems, versionedCategoryHref, pageMap, redirects
134134
// make the child articles accessible to the page object for maptopic rendering
135135
if (!page.childArticles) page.childArticles = childArticles
136136

137-
maptopic.articles = buildArticlesTree(maptopic.childArticles, versionedCategoryHref, pageMap, redirects, version, languageCode)
137+
maptopic.articles = buildArticlesTree(page.childArticles, versionedCategoryHref, pageMap, redirects, version, languageCode)
138138
maptopicTree[versionedMaptopicHref] = maptopic
139139
})
140140

0 commit comments

Comments
 (0)