mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-12 23:11:52 +01:00
Merge pull request #11 from abisz/patch-3
Fixes not rendering of ReadNext component
This commit is contained in:
commit
20b85cd54c
@ -7,7 +7,8 @@ import './style.css'
|
|||||||
|
|
||||||
class ReadNext extends React.Component {
|
class ReadNext extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
const {pages, post} = this.props
|
const {post} = this.props
|
||||||
|
const {pages} = this.props.route
|
||||||
const {readNext} = post
|
const {readNext} = post
|
||||||
|
|
||||||
let nextPost
|
let nextPost
|
||||||
|
Loading…
Reference in New Issue
Block a user