Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit 9f99785

Browse files
Fix lint warning
1 parent 80a74eb commit 9f99785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/createResponsiveComponent.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import getCurrentOrientation from './getCurrentOrientation';
77
import getStyleByOrientation from './getStyleByOrientation';
88

99
export default function createResponsiveComponent(ComponentClass: ReactClass<any>) {
10-
if (!ComponentClass){
10+
if (!ComponentClass){
1111
return ComponentClass;
1212
}
1313
return React.createClass({

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /