Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Dec 19, 2017
1 parent 6f04f16 commit c19ac42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/api-explorer-ui/src/Doc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ class Doc extends React.Component {
<div className="hub-reference-right">&nbsp;</div>
</div>

<Waypoint onEnter={this.waypointEntered} fireOnRapidScroll={false} bottomOffset="-1%">
<Waypoint
onEnter={this.waypointEntered}
fireOnRapidScroll={false}
bottomOffset="-1%"
>
{this.state.showEndpoint && this.renderEndpoint()}
</Waypoint>

Expand Down

0 comments on commit c19ac42

Please sign in to comment.