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

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jevakallio committed Feb 3, 2017
1 parent 80a74eb commit 9f99785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createResponsiveComponent.js
Expand Up @@ -7,7 +7,7 @@ import getCurrentOrientation from './getCurrentOrientation';
import getStyleByOrientation from './getStyleByOrientation';

export default function createResponsiveComponent(ComponentClass: ReactClass<any>) {
if (!ComponentClass){
if (!ComponentClass) {
return ComponentClass;
}
return React.createClass({
Expand Down

0 comments on commit 9f99785

Please sign in to comment.