Progress
This commit is contained in:
@@ -50,6 +50,7 @@ const makeMapStateToProps = () => {
|
||||
|
||||
const mapStateToProps = (state, props) => ({
|
||||
status: getStatus(state, props),
|
||||
replies: state.getIn(['contexts', 'replies', props.id]),
|
||||
});
|
||||
|
||||
return mapStateToProps;
|
||||
|
||||
Reference in New Issue
Block a user