Change view title to 'Data available for this building'

This commit is contained in:
Tom Russell 2018-11-13 10:18:41 +00:00
parent 3ec7be0477
commit 6805e3fd8f

View File

@ -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