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

Commit

Permalink
Add latest dist and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Mar 4, 2019
1 parent da66f17 commit f3782cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api-explorer/dist/index.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions packages/api-explorer/src/ResponseBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const oauthHref = require('./lib/oauth-href');

function Authorized({ result }) {
const isJson =
result.type &&
contentTypeIsJson(result.type) &&
typeof result.responseBody === 'object';
result.type && contentTypeIsJson(result.type) && typeof result.responseBody === 'object';
return (
<div>
{result.isBinary && <div>A binary file was returned</div>}
Expand Down

0 comments on commit f3782cc

Please sign in to comment.