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
@@ -16,7 +16,7 @@ const SignInButton = ({loggedIn, showSignInDialog}) => (
);
const mapStateToProps = ({auth}) => ({
loggedIn: auth.toJS().loggedIn
loggedIn: auth.loggedIn
});
const mapDispatchToProps = (dispatch) =>