remove comment

This commit is contained in:
Ed Chalstrey 2022-05-05 16:40:08 +01:00
parent 0ae4602c89
commit e0f11299c6

View File

@ -72,16 +72,6 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => (
"Other" "Other"
]} ]}
/> />
// NOTE: This wasn't needed after all but will leave in case it becomes useful
// <TextboxDataEntry
// title={dataFields.current_landuse_source_detail.title}
// slug="current_landuse_source_detail"
// value={props.building.current_landuse_source_detail}
// mode={props.mode}
// copy={props.copy}
// onChange={props.onChange}
// tooltip={dataFields.current_landuse_source_detail.tooltip}
// />
<MultiDataEntry <MultiDataEntry
title={dataFields.current_landuse_link.title} title={dataFields.current_landuse_link.title}
slug="current_landuse_link" slug="current_landuse_link"