From 1c3f07e235761d9b50e881fbb466366ee4346ac6 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Thu, 6 Dec 2018 14:24:21 +0000 Subject: [PATCH] rm comments --- src/components/Dashboard.jsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/components/Dashboard.jsx b/src/components/Dashboard.jsx index d9e93a2..783fd78 100644 --- a/src/components/Dashboard.jsx +++ b/src/components/Dashboard.jsx @@ -62,23 +62,6 @@ class Dashboard extends React.Component { this.props.actions.updateTimeRange(timeRange); } - // handleToggle( key ) { - // switch( key ) { - // case 'TOGGLE_CARDSTACK': { - // this.props.actions.updateSelected([]); - // break; - // } - // case 'TOGGLE_INFOPOPUP': { - // this.props.actions.toggleInfoPopup(); - // break; - // } - // case 'TOGGLE_NOTIFICATIONS': { - // this.props.actions.toggleNotifications(); - // break; - // } - // } - // } - getCategoryColor(category='other') { return this.props.ui.style.categories[category] || this.props.style.categories['other'] } @@ -95,7 +78,6 @@ class Dashboard extends React.Component { this.getCategoryColor(category) }} />