move EditHistoryLatest to section-body
This commit is contained in:
parent
01178dd46c
commit
6b18a58bde
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user