Fix Historical Maps not working on certain buildings
This commit is contained in:
parent
10872b8a45
commit
21d38012f0
@ -245,8 +245,8 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
<InfoBox>
|
||||
This section is under development.
|
||||
</InfoBox>
|
||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" /*onClick={}*/>
|
||||
{'Click here for historical maps'}
|
||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={historicDataSwitchOnClick}>
|
||||
{(historicData === 'enabled')?'Click here to hide historical maps':'Click here to show historical maps'}
|
||||
</button>
|
||||
<SelectDataEntry
|
||||
title={dataFields.historical_status.title}
|
||||
|
Loading…
Reference in New Issue
Block a user