WIP: more defined modal for sources

This commit is contained in:
Lachlan Kermode
2018-12-20 17:55:27 +00:00
parent b325b53f7b
commit 8aba901ee7
6 changed files with 103 additions and 194 deletions

View File

@@ -155,6 +155,13 @@ function mapDispatchToProps(dispatch) {
}
export default connect(
// state => ({
// ...state,
// app: {
// ...state.app,
// source: state.domain.sources["24Kanal - Chervonosilske Damaged Tank Photo"]
// }
// }),
state => state,
mapDispatchToProps,
)(Dashboard);