Skip to content

Commit

Permalink
OK, *this* is where the horizontal line is supposed to go!
Browse files Browse the repository at this point in the history
Moved it so it is always visible, not just when you are editing
  • Loading branch information
mdsimpson42 committed May 31, 2023
1 parent 5efce50 commit 79918c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/frontend/building/data-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 79918c7

Please sign in to comment.