mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
add missing key
This commit is contained in:
parent
fe97342846
commit
4c343adb34
@ -84,7 +84,7 @@ export default class App extends Component {
|
||||
return (
|
||||
<span>
|
||||
{result.map((entry, index) => (
|
||||
<span><Link style={{ color: '#f1f1f1', textDecoration: 'none' }} key={entry.link + index} to={entry.link}>
|
||||
<span key={entry.link + index}><Link style={{ color: '#f1f1f1', textDecoration: 'none' }} to={entry.link}>
|
||||
{entry.name}
|
||||
</Link> {(index + 1) < result.length ? ' / ' : null}</span>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user