This commit is contained in:
Lachlan Kermode
2018-12-26 10:48:32 +01:00
parent eb3a377763
commit ef947a5a20

View File

@@ -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);