remove edit date from age specifically

This commit is contained in:
Ed Chalstrey 2022-08-09 15:42:30 +01:00
parent dc30bc4384
commit 404f944c8e

View File

@ -8,7 +8,6 @@ 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 { EditHistoryLatest } from '../edit-history/edit-history-latest';
import { CategoryViewProps } from './category-view-props';
@ -23,9 +22,6 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
){
return (
<Fragment>
<EditHistoryLatest
building={props.building}
/>
<YearDataEntry
year={props.building.date_year}
upper={props.building.date_upper}
@ -97,9 +93,6 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
};
return (
<Fragment>
<EditHistoryLatest
building={props.building}
/>
<YearDataEntry
year={props.building.date_year}
upper={props.building.date_upper}