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

Commit

Permalink
Add Api Logs to column view
Browse files Browse the repository at this point in the history
  • Loading branch information
dok committed Oct 2, 2018
1 parent 2958a6b commit e369ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-explorer/src/Doc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class Doc extends React.Component {
{doc.type === 'endpoint' && (
<Fragment>
{this.renderPathUrl()}
{this.renderLogs()}
{this.renderParams()}
</Fragment>
)}
Expand Down

0 comments on commit e369ffc

Please sign in to comment.