Skip to content

Commit

Permalink
Fix tag page
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kissling committed Jun 23, 2017
1 parent a3e9abe commit 18fe381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using-remark/src/pages/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import kebabCase from "lodash/kebabCase"

class TagsPageRoute extends React.Component {
render() {
const allTags = this.props.data.allMarkdownRemark.groupBy
const allTags = this.props.data.allMarkdownRemark.group

return (
<div>
Expand Down

0 comments on commit 18fe381

Please sign in to comment.