Skip to content

Commit 46f4d1c

Browse files
committed
OpenConceptLab/ocl_issues#2300 | get latest source vesion mapped sources
1 parent d2d3519 commit 46f4d1c

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
@@ -946,7 +946,7 @@ const MapProject = () => {
946946
fetchLocaleDistribution(version.version_url)
947947
fetchMappedSources(version.version_url, setMappedSources)
948948
if(isEmpty(CIELMappedSources))
949-
fetchMappedSources('/orgs/CIEL/sources/CIEL/', setCIELMappedSources)
949+
fetchMappedSources('/orgs/CIEL/sources/CIEL/latest/', setCIELMappedSources)
950950
updateAlgosByRepoVersion(version)
951951
}
952952
}

0 commit comments

Comments
 (0)