Skip to content
Snippets Groups Projects
Commit 0fecb796 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

fix #4782 (#4786)

parent bdf15289
Branches
Tags
No related merge requests found
......@@ -95,8 +95,10 @@ export default class HomepageApp extends Component {
</div>
</div>
<div className="Layout-sidebar flex-no-shrink hide sm-show">
<NextStep />
<RecentViews {...this.props} />
<div>
<NextStep />
<RecentViews {...this.props} />
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment