Change view title to 'Data available for this building'
This commit is contained in:
parent
3ec7be0477
commit
6805e3fd8f
@ -23,7 +23,7 @@ const BuildingView = (props) => {
|
||||
}
|
||||
const search = (props.location && props.location.search)? queryString.parse(props.location.search): {};
|
||||
return (
|
||||
<Sidebar title={`Building Data`} back={search.cat? `/map/${search.cat}.html` : "/map/age.html"}>
|
||||
<Sidebar title={`Data available for this building`} back={search.cat? `/map/${search.cat}.html` : "/map/age.html"}>
|
||||
{
|
||||
CONFIG.map(section_props => (
|
||||
<DataSection
|
||||
|
Loading…
Reference in New Issue
Block a user