Skip to content

Commit cc9e88a

Browse files
committed
Alpha sort props
1 parent 17175c0 commit cc9e88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/DocsSidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default ({ site, page, firstURL }) =>
1313
<div className="nav-docs">
1414
{getCategories(site, page.dir, firstURL).map(category =>
1515
<SidebarForCategory
16-
pageID={page.id}
1716
category={category}
1817
key={category.name}
18+
pageID={page.id}
1919
/>
2020
)}
2121
</div>

0 commit comments

Comments
 (0)