move EditHistoryLatest outside section
This commit is contained in:
parent
404f944c8e
commit
2e17f25285
@ -300,16 +300,16 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
|||||||
const edited = this.isEdited();
|
const edited = this.isEdited();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<EditHistoryLatest
|
||||||
|
building={this.props.building}
|
||||||
|
/>
|
||||||
<section
|
<section
|
||||||
id={this.props.cat}
|
id={this.props.cat}
|
||||||
className="data-section">
|
className="data-section">
|
||||||
<ContainerHeader
|
<ContainerHeader
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user