Skip to content

Conversation

KingPra
Copy link
Contributor

@KingPra KingPra commented May 19, 2017

No description provided.

@kirillian
Copy link

This PR appears to be addressing #23

@KingPra
Copy link
Contributor Author

KingPra commented May 26, 2017

updated the "import PropTypes from "prop-types"

Copy link

@kirillian kirillian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good other than some extra changes.

axios(requestConfig)
.then(response => dispatch({ type: CREATE_SESSION, payload: response.data.user_info }))
.catch(error => dispatch({ type: NETWORK_ERROR, payload: error }));
.then((response) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KingPra These were changes made during debugging that you probably want to drop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants