Skip to content

Commit 65fbc81

Browse files
authored
Merge pull request graphql#306 from wincent/glh/dead-var
Remove an unused prop
2 parents 03bfb16 + 937b0d3 commit 65fbc81

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
@@ -12,7 +12,7 @@ import { toSlug } from './Header';
1212
export default ({ site, page, firstURL }) =>
1313
<div className="nav-docs">
1414
{getCategories(site, page.dir, firstURL).map(category =>
15-
<SidebarForCategory pageID={page.id} category={category} key={category.name} />
15+
<SidebarForCategory pageID={page.id} category={category} />
1616
)}
1717
</div>
1818

0 commit comments

Comments
 (0)