Remove immutable from embed stream

This commit is contained in:
Chi Vinh Le
2017-08-11 22:50:12 +07:00
parent b60c879599
commit 7360a43898
20 changed files with 236 additions and 214 deletions
@@ -176,7 +176,7 @@ class SignInContainer extends React.Component {
}
const mapStateToProps = (state) => ({
auth: state.auth.toJS()
auth: state.auth
});
const mapDispatchToProps = (dispatch) =>