We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d3519 commit 46f4d1cCopy full SHA for 46f4d1c
1 file changed
src/components/map-projects/MapProject.jsx
@@ -946,7 +946,7 @@ const MapProject = () => {
946
fetchLocaleDistribution(version.version_url)
947
fetchMappedSources(version.version_url, setMappedSources)
948
if(isEmpty(CIELMappedSources))
949
- fetchMappedSources('/orgs/CIEL/sources/CIEL/', setCIELMappedSources)
+ fetchMappedSources('/orgs/CIEL/sources/CIEL/latest/', setCIELMappedSources)
950
updateAlgosByRepoVersion(version)
951
}
952
0 commit comments