Skip to content

Commit

Permalink
formats dispatchtoprops
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmullen committed Oct 31, 2019
1 parent 57c8a15 commit 4fdb2fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cms/src/Builder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,7 @@ const mapStateToProps = state => ({
const mapDispatchToProps = dispatch => ({
dispatch: action => dispatch(action),
setStatus: status => dispatch(setStatus(status)),
isAuthenticated: () => {
dispatch(isAuthenticated());
}
isAuthenticated: () => dispatch(isAuthenticated())
});

export default connect(mapStateToProps, mapDispatchToProps)(Builder);

0 comments on commit 4fdb2fa

Please sign in to comment.