Skip to content

Commit

Permalink
update site details link - map popup
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed May 4, 2021
1 parent 5909742 commit 04cc6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ const OpenlayersMapView = (props) => {
as="a"
className="solid dark-blue display-inline-block"
onClick={setSiteQueryParams}
to={`/industrial-site/introduction/understanding-the-data/?siteInspireId=${state.popupDetails.properties.InspireSiteId}&siteName=${state.popupDetails.properties.siteName}&siteReportingYear=${state.popupDetails.properties.Site_reporting_year}`}
to={`/industrial-site/environmental-information?siteInspireId=${state.popupDetails.properties.InspireSiteId}&siteName=${state.popupDetails.properties.siteName}&siteReportingYear=${state.popupDetails.properties.Site_reporting_year}`}
>
Site Details
</Link>
Expand Down

0 comments on commit 04cc6ff

Please sign in to comment.