- more
This commit is contained in:
@@ -2,7 +2,6 @@ import { connect } from 'react-redux';
|
||||
|
||||
import { getProfile } from '../../selectors/profile.js';
|
||||
import { matchStateToProps as matchCommonStateProps } from './Profile.stateProps.js';
|
||||
import { isRegisteredAccount } from '../../selectors/profile.js';
|
||||
|
||||
import ViewProfile from './ViewProfile.js';
|
||||
|
||||
@@ -13,7 +12,6 @@ const matchStateToProps = (state) => {
|
||||
return {
|
||||
...commonProps,
|
||||
fullName: profile.get('fullName'),
|
||||
isRegisteredAccount: isRegisteredAccount(state),
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user