Skip to content

Commit d2d3519

Browse files
committed
OpenConceptLab/ocl_issues#2300 | fixing bridge load
1 parent 543825c commit d2d3519

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
@@ -2606,7 +2606,7 @@ const MapProject = () => {
26062606
return permissionDenied ? <Error403/> : (
26072607
<div className='col-xs-12 padding-0' style={{borderRadius: '10px', width: 'calc(100vw - 32px)'}}>
26082608
{
2609-
Boolean(repoVersion?.url) && mappedSources.length &&
2609+
Boolean(repoVersion?.url) && CIELMappedSources.length &&
26102610
<BridgeMatch
26112611
service={getMatchAPIService()}
26122612
repo={repoVersion}

0 commit comments

Comments
 (0)