OK, *this* is where the horizontal line is supposed to go!

Moved it so it is always visible, not just when you are editing
This commit is contained in:
Mike Simpson 2023-05-31 12:53:18 +01:00
parent 5efce50d4d
commit 79918c7b9f

View File

@ -413,13 +413,13 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
</button> :
null
}
<hr/>
</div>
}
</div>
: null
}
<hr/>
<WrappedComponent
intro={this.props.intro}
building={currentBuilding}