Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodik committed Jan 20, 2016
1 parent 92ea66e commit c901e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ReduxAsyncConnect.js
Expand Up @@ -43,8 +43,8 @@ function asyncConnectPromises(components, params, store, helpers) {
export function loadOnServer({ components, params }, store, helpers) {
return Promise.all(asyncConnectPromises(filterAndFlattenComponents(components), params, store, helpers))
.catch(error => console.error('reduxAsyncConnect server promise error: ' + error)).then(() => {
store.dispatch(initialDataLoaded());
});
store.dispatch(initialDataLoaded());
});
}

class ReduxAsyncConnect extends React.Component {
Expand Down

0 comments on commit c901e43

Please sign in to comment.