move EditHistoryLatest to section-body

This commit is contained in:
Ed Chalstrey 2022-08-09 15:48:22 +01:00
parent 01178dd46c
commit 6b18a58bde

View File

@ -307,9 +307,6 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
cat={this.props.cat} cat={this.props.cat}
title={this.props.title} title={this.props.title}
> >
<EditHistoryLatest
building={this.props.building}
/>
{ {
this.props.help && !copy.copying? this.props.help && !copy.copying?
<a <a
@ -350,6 +347,9 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
} }
</ContainerHeader> </ContainerHeader>
<div className="section-body"> <div className="section-body">
<EditHistoryLatest
building={this.props.building}
/>
{ {
this.props.inactive ? this.props.inactive ?
<Fragment> <Fragment>