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

Commit

Permalink
Re-running Prettier on api-explorer.
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 26, 2019
1 parent f5c8329 commit 3740e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/src/ErrorBoundary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ErrorBoundary extends React.Component {
render() {
if (this.state.error) {
return (
<div className='render-error' style={{ paddingLeft: '2%', width: '75%' }}>
<div className="render-error" style={{ paddingLeft: '2%', width: '75%' }}>
<h3>
There was an error rendering the API Explorer. If you are the owner of this project
please contact{' '}
Expand Down

0 comments on commit 3740e8e

Please sign in to comment.