We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0eb50 commit af4bf26Copy full SHA for af4bf26
1 file changed
src/components/map-projects/MapProject.jsx
@@ -2607,7 +2607,7 @@ const MapProject = () => {
2607
return permissionDenied ? <Error403/> : (
2608
<div className='col-xs-12 padding-0' style={{borderRadius: '10px', width: 'calc(100vw - 32px)'}}>
2609
{
2610
- Boolean(repoVersion?.url) && CIELMappedSources.length &&
+ Boolean(repoVersion?.url) && CIELMappedSources.length > 0 &&
2611
<BridgeMatch
2612
service={getMatchAPIService()}
2613
repo={repoVersion}
0 commit comments