move EditHistoryLatest outside section

This commit is contained in:
Ed Chalstrey 2022-08-09 15:44:38 +01:00
parent 404f944c8e
commit 2e17f25285

View File

@ -300,16 +300,16 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
const edited = this.isEdited();
return (
<EditHistoryLatest
building={this.props.building}
/>
<section
id={this.props.cat}
className="data-section">
<ContainerHeader
cat={this.props.cat}
title={this.props.title}
>
<EditHistoryLatest
building={this.props.building}
/>
>
{
this.props.help && !copy.copying?
<a