Skip to content

Commit af4bf26

Browse files
committed
1 parent cb0eb50 commit af4bf26

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

0 commit comments

Comments
 (0)