Fix key on links
This commit is contained in:
committed by
Jacob Evans
parent
cdae6de52e
commit
abb5e7cd39
@@ -89,8 +89,8 @@ export const DropdownDevelopers: React.FunctionComponent<Props> = withTheme((pro
|
||||
|
||||
<StyledGrid isCentered={false} isWrapped={true}>
|
||||
{_.map(introData, (item, index) => (
|
||||
<li>
|
||||
<Link key={`introLink-${index}`} to={item.url}>
|
||||
<li key={`introLink-${index}`}>
|
||||
<Link to={item.url}>
|
||||
{item.label}
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user