mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add post updates
This commit is contained in:
@@ -12,6 +12,7 @@ import PostP from '../components/Post/PostP';
|
||||
const mapStateToProps = (state: State) => ({
|
||||
post: state.currentPost.item,
|
||||
likes: state.currentPost.likes,
|
||||
comments: state.currentPost.comments,
|
||||
});
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
|
||||
Reference in New Issue
Block a user