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