From f5f900030352b5c40f1ef0b235005459b6460250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Mon, 1 Aug 2016 16:09:26 -0300 Subject: [PATCH] merge --- src/components/Cards/ImageCard.js | 1 - src/components/EntryListing.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Cards/ImageCard.js b/src/components/Cards/ImageCard.js index 8a04d868..307b63a9 100644 --- a/src/components/Cards/ImageCard.js +++ b/src/components/Cards/ImageCard.js @@ -6,7 +6,6 @@ export default class ImageCard extends React.Component { render() { const { onClick, onImageLoaded, image, text, description } = this.props; - console.log(this.props) return ( diff --git a/src/components/EntryListing.js b/src/components/EntryListing.js index 710f2fe0..28baa927 100644 --- a/src/components/EntryListing.js +++ b/src/components/EntryListing.js @@ -4,7 +4,6 @@ import Bricks from 'bricks.js'; import history from '../routing/history'; import Cards from './Cards'; import _ from 'lodash'; -import styles from './EntryListing.css' export default class EntryListing extends React.Component { constructor(props) { @@ -77,7 +76,7 @@ export default class EntryListing extends React.Component { const { collection, entries } = this.props; const name = collection.get('name'); - return
+ return

Listing {name}

this._entries = c}> {entries.map((entry) => {