Skip to content

Commit df04f48

Browse files
committed
Merge pull request #2 from psimyn/cameliseCss
fix "unsupported style property" warning for loading text
2 parents 6a02a5e + 3be39aa commit df04f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReduxInfiniteScroll.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ ReduxInfiniteScroll.defaultProps = {
111111
threshold: 100,
112112
hasMore: true,
113113
loadingMore: false,
114-
loader: <div style={{'text-align': 'center'}}>Loading...</div>,
114+
loader: <div style={{textAlign: 'center'}}>Loading...</div>,
115115
showLoader: true
116116
};

0 commit comments

Comments
 (0)