Skip to content

Commit

Permalink
John conroy/derived entities spacing HMP-274 (#3175)
Browse files Browse the repository at this point in the history
* Fix derived entities spacing

* Add changelog

---------

Co-authored-by: John Conroy <[email protected]>
  • Loading branch information
john-conroy and john-conroy authored Jul 14, 2023
1 parent c931f29 commit 12c57dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-derived-entities-spacing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix spacing of derived entities sections.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { StyledCenteredLoaderWrapper, RelatedEntitiesPaper } from './style';

function Wrapper({ sectionId, children }) {
if (sectionId) {
<DetailPageSection id={sectionId}>{children}</DetailPageSection>;
return <DetailPageSection id={sectionId}>{children}</DetailPageSection>;
}

return children;
Expand Down

0 comments on commit 12c57dc

Please sign in to comment.