1
0
Fork 0

fix(fs.dev): Add missing key prop in search

This commit is contained in:
Joost De Cock 2021-12-31 11:35:51 +01:00
parent 5f906aed26
commit 30fcf6c726

View file

@ -19,6 +19,7 @@ const Hits = props => {
return props.hits.map((hit, index) => (
<Hit
key={hit.page}
{...props}
hit={hit}
index={index}