From b032303a2a2a36fb1cde9e97159060908c739ecc Mon Sep 17 00:00:00 2001 From: tomoyukikashiro Date: Sun, 15 Oct 2017 15:09:45 +0900 Subject: [PATCH] removed unnecessary prop --- src/TopItems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TopItems.js b/src/TopItems.js index 70a8036..bd77458 100644 --- a/src/TopItems.js +++ b/src/TopItems.js @@ -11,7 +11,7 @@ export default class TopItems extends Component { render({ items }) { return (
- +
{ items.map( (item, i) => (