From ef947a5a2064b430cab2f6a3aee4eac5d94838f4 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 26 Dec 2018 10:48:32 +0100 Subject: [PATCH] :lipstick: --- src/components/Dashboard.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Dashboard.jsx b/src/components/Dashboard.jsx index 3f3c3cb..d734de0 100644 --- a/src/components/Dashboard.jsx +++ b/src/components/Dashboard.jsx @@ -155,13 +155,6 @@ function mapDispatchToProps(dispatch) { } export default connect( - // state => ({ - // ...state, - // app: { - // ...state.app, - // source: state.domain.sources["Ilovaisk The Terrible Truth - 1551603_1553607 Chumaky Approach 29 Aug Video"] - // } - // }), state => state, mapDispatchToProps, )(Dashboard);