Skip to content

Commit 84aee18

Browse files
committed
OpenConceptLab/ocl_issues#2307 | Multi Algo | fixing typo
1 parent e580d2e commit 84aee18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/map-projects/MapProject.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ const MapProject = () => {
16971697
__candidates = times(CANDIDATES_LIMIT, i => __candidates[i])
16981698
forEach(__candidates, (candidate, i) => {
16991699
if(candidate?.id) {
1700-
const isBridge = algoId === 'ocl-ciel-briddge'
1700+
const isBridge = algoId === 'ocl-ciel-bridge'
17011701
candidates[`__result_${algoKey}_${twoDigit(i + 1)}__`] = candidate?.id ?
17021702
(
17031703
isBridge ?

0 commit comments

Comments
 (0)