fix last commit dont use "this"
This commit is contained in:
parent
e48414d647
commit
e244826422
@ -20,7 +20,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
const currentBuildingConstructionYear = building.date_year || undefined;
|
const currentBuildingConstructionYear = building.date_year || undefined;
|
||||||
return (
|
return (
|
||||||
<form>
|
<form>
|
||||||
{this.props.building.is_extension == "The main building" ? (
|
{props.building.is_extension == "The main building" ? (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<InfoBox msg="Can you help us capture information on who built the current building?"></InfoBox>
|
<InfoBox msg="Can you help us capture information on who built the current building?"></InfoBox>
|
||||||
<SelectDataEntry
|
<SelectDataEntry
|
||||||
|
Loading…
Reference in New Issue
Block a user