From cd1184cefab974c4d0365c042c46358aa0055c58 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 17 Jan 2023 11:01:48 +0000 Subject: [PATCH] Fixes #1042 --- .../frontend/building/data-containers/age.tsx | 52 +++++-------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index d171e32d..16fc09c5 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -219,26 +219,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -261,6 +241,12 @@ const AgeView: React.FunctionComponent = (props) => { copy={props.copy} onChange={props.onChange} /> + ); @@ -502,26 +488,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -544,6 +510,12 @@ const AgeView: React.FunctionComponent = (props) => { copy={props.copy} onChange={props.onChange} /> + );