Syntax bug fix from #169
This commit is contained in:
parent
603b9cd84c
commit
fe516baaa2
|
|
@ -20,7 +20,7 @@ class BlogPageLayout extends React.Component {
|
|||
url += "page" + (page + 1) + "/";
|
||||
}
|
||||
return url;
|
||||
},
|
||||
}
|
||||
|
||||
render() {
|
||||
const perPage = this.props.metadata.perPage;
|
||||
|
|
|
|||
Loading…
Reference in New Issue