Closed traveller195 closed 1 year ago
the visible/ returned GUI element depending on an if case...
if (props.building.date_source == "Expert knowledge of building" ||
props.building.date_source == "Expert estimate from image" ||
props.building.date_source == null
){
return (
)
return (
)
now, this was fixed
bbb930842c7c7def90b192d450a5157f912af36a
Describe the problem If a data source is filled in for age, the UI elements - which were commented out for some reasons - will be shown in the data container... compare https://colouring.dresden.ioer.de/edit/age/45520 they must be removed/ commented out as well!