Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
feat(StudyList): Add rendering of children next to the Study List Too…
Browse files Browse the repository at this point in the history
…lbar
  • Loading branch information
swederik committed Jul 9, 2019
1 parent 8653b8f commit d901244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/studyList/StudyList.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ class StudyList extends Component {
/>
}
</div>
{this.props.children}
</div>
<div className="theadBackground" />
<div id="studyListContainer">
Expand Down

0 comments on commit d901244

Please sign in to comment.