diff --git a/app/src/frontend/building-view.js b/app/src/frontend/building-view.js
index 4f5c4157..672fb401 100644
--- a/app/src/frontend/building-view.js
+++ b/app/src/frontend/building-view.js
@@ -54,6 +54,8 @@ const DataSection = (props) => {
match}>
{props.title}
@@ -75,7 +77,6 @@ const DataSection = (props) => {
}
- { (match && props.intro)?
{ props.intro }
: null }
{ match? {props.children}
: null }
{
(match && !props.inactive)?
diff --git a/app/src/frontend/legend.js b/app/src/frontend/legend.js
index f182c0ba..23264ac4 100644
--- a/app/src/frontend/legend.js
+++ b/app/src/frontend/legend.js
@@ -90,7 +90,9 @@ const LegendGroup = (props) => {
match}>
+ isActive={() => match}
+ title={(inactive)? 'Coming soon… Click the ? for more info.' :
+ (match)? '' : 'Show on map'}>
{props.title}
{
@@ -103,7 +105,6 @@ const LegendGroup = (props) => {
: null
}
- { (match && props.intro)? { props.intro }
: null }
{
(match && props.maps)?