Skip to content

Commit

Permalink
Show number of LCPs in popup, or nothing if no LCPs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshettich committed Nov 25, 2020
1 parent ac7716a commit 99b0002
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,12 @@ const OpenlayersMapView = (props) => {
</p>
</div>
<div className="column column-12">
<p>Large combustion plants</p>
<p>
{state.popupDetails.properties.nLCP
? ' Large combustion plants'
: '' }
</p>

</div>
</div>
{/* SITE POLLUTANT EMISSIONS */}
Expand Down

0 comments on commit 99b0002

Please sign in to comment.