Skip to content

Commit c901e43

Browse files
author
rodik
committedJan 20, 2016
indentation fix
1 parent 92ea66e commit c901e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎modules/ReduxAsyncConnect.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ function asyncConnectPromises(components, params, store, helpers) {
4343
export function loadOnServer({ components, params }, store, helpers) {
4444
return Promise.all(asyncConnectPromises(filterAndFlattenComponents(components), params, store, helpers))
4545
.catch(error => console.error('reduxAsyncConnect server promise error: ' + error)).then(() => {
46-
store.dispatch(initialDataLoaded());
47-
});
46+
store.dispatch(initialDataLoaded());
47+
});
4848
}
4949

5050
class ReduxAsyncConnect extends React.Component {

0 commit comments

Comments
 (0)