add EditHistory to Age
This commit is contained in:
parent
cee05b5979
commit
292c75238c
@ -8,7 +8,7 @@ import TextboxDataEntry from '../data-components/textbox-data-entry';
|
||||
import Verification from '../data-components/verification';
|
||||
import YearDataEntry from '../data-components/year-data-entry';
|
||||
import withCopyEdit from '../data-container';
|
||||
import BuildingEditSummaryBrief from '../edit-history/building-edit-summary';
|
||||
import { EditHistory } from '../../edit-history/edit-history';
|
||||
|
||||
import { CategoryViewProps } from './category-view-props';
|
||||
|
||||
@ -23,7 +23,7 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
){
|
||||
return (
|
||||
<Fragment>
|
||||
<BuildingEditSummaryBrief/>
|
||||
<EditHistory/>
|
||||
<YearDataEntry
|
||||
year={props.building.date_year}
|
||||
upper={props.building.date_upper}
|
||||
@ -95,7 +95,7 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
};
|
||||
return (
|
||||
<Fragment>
|
||||
<BuildingEditSummaryBrief/>
|
||||
<EditHistory/>
|
||||
<YearDataEntry
|
||||
year={props.building.date_year}
|
||||
upper={props.building.date_upper}
|
||||
|
Loading…
Reference in New Issue
Block a user