diff --git a/src/components/grid/grid.jsx b/src/components/grid/grid.jsx index e198d2b44..04f8a0b42 100644 --- a/src/components/grid/grid.jsx +++ b/src/components/grid/grid.jsx @@ -40,7 +40,7 @@ var Grid = React.createClass({ href={href} title={item.title} src={item.image} - creator={item.creator} + creator={item.author.username} loves={item.stats.loves} favorites={item.stats.favorites} remixes={item.stats.remixes} diff --git a/src/views/explore/explore.jsx b/src/views/explore/explore.jsx index 6fb119741..761d6292e 100644 --- a/src/views/explore/explore.jsx +++ b/src/views/explore/explore.jsx @@ -130,9 +130,9 @@ var Explore = injectIntl(React.createClass({
+ showLoves={false} + showFavorites={false} + showViews={false} />