mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
fixed end point - fixed posts in metadata
This commit is contained in:
@@ -21,7 +21,7 @@ export default class Post extends React.Component {
|
||||
|
||||
componentDidMount() {
|
||||
const params = this.props.params;
|
||||
this.props.appActions.fetchPost(params.category, params.post);
|
||||
this.props.appActions.fetchPost(params.post, params.category);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user