Skip to content

Commit 92ea66e

Browse files
author
rodik
committed
removing extra indentation
1 parent 973e465 commit 92ea66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ReduxAsyncConnect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ReduxAsyncConnect extends React.Component {
101101

102102
return Promise.all(promises).catch(error => console.error('reduxAsyncConnect server promise error: ' + error))
103103
.then(() => {
104-
this.setState({ prevProps: null, loading: false });
104+
this.setState({ prevProps: null, loading: false });
105105
this.props.toggleLoading(false);
106106
});
107107
}

0 commit comments

Comments
 (0)