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

Commit

Permalink
Pass in flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dok committed Jan 14, 2019
1 parent a337b62 commit 088a036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/src/block-types/Content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Content = props => {
</div>
<div className="hub-reference-right">
<div className="content-body">
<Loop content={right} column="right" baseUrl={props.baseUrl} />
<Loop content={right} column="right" flags={props.flags} baseUrl={props.baseUrl} />
</div>
</div>
</div>
Expand Down

0 comments on commit 088a036

Please sign in to comment.