We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6916ef2 + 2bd47a4 commit e2569caCopy full SHA for e2569ca
site/_core/DocsSidebar.js
@@ -12,7 +12,7 @@ import { toSlug } from './Header';
12
export default ({ site, page, firstURL }) =>
13
<div className="nav-docs">
14
{getCategories(site, page.dir, firstURL).map(category =>
15
- <SidebarForCategory pageID={page.id} category={category} key={category.name} />
+ <SidebarForCategory pageID={page.id} category={category} />
16
)}
17
</div>
18
0 commit comments