We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e580d2e commit 84aee18Copy full SHA for 84aee18
1 file changed
src/components/map-projects/MapProject.jsx
@@ -1697,7 +1697,7 @@ const MapProject = () => {
1697
__candidates = times(CANDIDATES_LIMIT, i => __candidates[i])
1698
forEach(__candidates, (candidate, i) => {
1699
if(candidate?.id) {
1700
- const isBridge = algoId === 'ocl-ciel-briddge'
+ const isBridge = algoId === 'ocl-ciel-bridge'
1701
candidates[`__result_${algoKey}_${twoDigit(i + 1)}__`] = candidate?.id ?
1702
(
1703
isBridge ?
0 commit comments