Small doc fixes: remove duplicate types and add function array

This commit is contained in:
Fabio Berger
2018-03-20 15:28:25 +00:00
parent 4ca706d4e6
commit ec582d6e46
3 changed files with 7 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N
const name = `${menuItemName}-${entityName}`;
const id = utils.getIdFromName(name);
return (
<li key={`menuItem-${entityName}`}>
<li key={`menuSubsectionItem-${name}`}>
<ScrollLink
to={id}
offset={0}