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

Commit

Permalink
Cleanup classsNames
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Dec 10, 2018
1 parent 52042e7 commit 8b30ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api-explorer/src/ResponseSchema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ class ResponseSchema extends React.Component {
const schema = this.getSchema(operation);
return (
<div
className={classNames({
'hub-reference-response-definitions': true,
className={classNames('hub-reference-response-definitions', {
dark: this.props.theme === 'dark',
})}
>
Expand Down

0 comments on commit 8b30ab2

Please sign in to comment.