- more tweaks and fixes.... still not running
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { getProfile } from '../../selectors/profile.js';
|
||||
import { commonProfileStateToProps } from './Profile.container.js';
|
||||
import { matchStateToProps as matchCommonStateProps } from './Profile.stateProps.js';
|
||||
import { isRegisteredAccount } from '../../selectors/profile.js';
|
||||
|
||||
import ViewProfile from './ViewProfile.js';
|
||||
|
||||
const matchStateToProps = (state) => {
|
||||
const commonProps = commonProfileStateToProps(state);
|
||||
const commonProps = matchCommonStateProps(state);
|
||||
const profile = getProfile(state);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user