mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-20 19:29:54 +00:00
Fix key
This commit is contained in:
parent
b4a496156b
commit
e467e7a9ea
@ -107,7 +107,7 @@ const SearchResults = (props) => {
|
||||
</div>
|
||||
{interview.matchingQuestionAnswerPositions ?
|
||||
interview.matchingQuestionAnswerPositions.map(match => (
|
||||
<div>
|
||||
<div key={match.index + 1}>
|
||||
<h5>{match.index + 1})
|
||||
{ findQuestion(match) }
|
||||
</h5>
|
||||
|
Loading…
x
Reference in New Issue
Block a user