summaryrefslogtreecommitdiffstats
path: root/frontend/components/Items.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-09 11:25:33 -0400
committerWes Bos <wesbos@gmail.com>2018-05-09 11:25:33 -0400
commit8ed7d5b734ba588fe0570e0e22f21a0fcda13422 (patch)
tree54bf1cf6370eeae7e3217f26a49e6b021ae7d8a7 /frontend/components/Items.js
parentad3671675719eb11a81245bffbe0fb18880b479b (diff)
Moving styles to folder
Diffstat (limited to 'frontend/components/Items.js')
-rw-r--r--frontend/components/Items.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/components/Items.js b/frontend/components/Items.js
index 5768b6b..1289de1 100644
--- a/frontend/components/Items.js
+++ b/frontend/components/Items.js
@@ -24,7 +24,6 @@ class ItemList extends React.Component {
page: PropTypes.number.isRequired,
};
static getDerivedStateFromProps(nextProps, state) {
- console.log(nextProps);
return { refetch: state.page !== nextProps.page };
}
state = {