mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Rm immutable-js from admin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user