From e467e7a9ea51d864dd7e51e39e822a343152a817 Mon Sep 17 00:00:00 2001 From: Wisani Shilumani Date: Wed, 18 Jul 2018 11:42:25 +0200 Subject: [PATCH] Fix key --- components/searchResults/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/searchResults/index.js b/components/searchResults/index.js index ec738fb..98e8579 100644 --- a/components/searchResults/index.js +++ b/components/searchResults/index.js @@ -107,7 +107,7 @@ const SearchResults = (props) => { {interview.matchingQuestionAnswerPositions ? interview.matchingQuestionAnswerPositions.map(match => ( -
+
{match.index + 1})  { findQuestion(match) }