This commit is contained in:
Wisani Shilumani 2018-07-18 11:42:25 +02:00
parent b4a496156b
commit e467e7a9ea

View File

@ -107,7 +107,7 @@ const SearchResults = (props) => {
</div>
{interview.matchingQuestionAnswerPositions ?
interview.matchingQuestionAnswerPositions.map(match => (
<div>
<div key={match.index + 1}>
<h5>{match.index + 1})&nbsp;
{ findQuestion(match) }
</h5>