Revert "move EditHistoryLatest outside section"

This reverts commit 2e17f25285.
This commit is contained in:
Ed Chalstrey 2022-08-09 15:45:37 +01:00
parent 2e17f25285
commit 01178dd46c

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