Rm immutable-js from admin

This commit is contained in:
Chi Vinh Le
2017-08-14 16:49:00 +07:00
parent 7360a43898
commit 2e8863285d
20 changed files with 316 additions and 212 deletions
@@ -91,7 +91,7 @@ const COMMENT_UNFEATURED_SUBSCRIPTION = gql`
`;
const mapStateToProps = (state) => ({
user: state.auth.toJS().user,
user: state.auth.user,
});
export default connect(mapStateToProps, null)(ModSubscription);