Revert "add Fragment inside extension logic"
This reverts commit f748948e95
.
This commit is contained in:
parent
f748948e95
commit
0bcb13e54f
@ -33,7 +33,6 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
options={dataFields.is_extension.items}
|
||||
/>
|
||||
{props.building.is_extension == "The main building" ? (
|
||||
<Fragment>
|
||||
<NumericDataEntry
|
||||
slug='date_year'
|
||||
title={dataFields.extension_year.title}
|
||||
@ -54,9 +53,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
user_verified_as={props.user_verified.date_year}
|
||||
verified_count={props.building.verified.date_year}
|
||||
/>
|
||||
</Fragment>
|
||||
) : (
|
||||
<Fragment>
|
||||
<NumericDataEntry
|
||||
slug='extension_year'
|
||||
title={dataFields.extension_year.title}
|
||||
@ -69,7 +66,6 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
max={currentYear}
|
||||
tooltip={dataFields.extension_year.tooltip_extension}
|
||||
/>
|
||||
</Fragment>
|
||||
)}
|
||||
<SelectDataEntry
|
||||
slug='developer_type'
|
||||
|
Loading…
Reference in New Issue
Block a user