Fix format

This commit is contained in:
Yanda Huang 2018-05-06 15:43:52 -04:00
parent 1dd12522e5
commit 448541831f
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ class CategoryTemplate extends React.Component {
render() { render() {
const title = this.props.data.site.siteMetadata.title; const title = this.props.data.site.siteMetadata.title;
const category = this.props.pathContext.category; const category = this.props.pathContext.category;
const posts = this.props.data.allMarkdownRemark.edges const posts = this.props.data.allMarkdownRemark.edges;
return ( return (
<div> <div>