We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48a466 commit cb0eb50Copy full SHA for cb0eb50
1 file changed
src/components/map-projects/MapProject.jsx
@@ -838,7 +838,7 @@ const MapProject = () => {
838
let _getCandidates = (_candidates, returnAll) => {
839
let __candidates = []
840
forEach(_candidates, ___candidates => {
841
- let __results = __candidates.results || []
+ let __results = ___candidates.results || []
842
let results = returnAll ? __results : __results.slice(0, CANDIDATES_LIMIT)
843
results = map(results, result => {
844
const concept = omit(getConcept(result), '_source')
0 commit comments