mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
fmt source display: photo
This commit is contained in:
@@ -155,13 +155,13 @@ function mapDispatchToProps(dispatch) {
|
||||
}
|
||||
|
||||
export default connect(
|
||||
// state => ({
|
||||
// ...state,
|
||||
// app: {
|
||||
// ...state.app,
|
||||
// source: state.domain.sources["24Kanal - Chervonosilske Damaged Tank Photo"]
|
||||
// }
|
||||
// }),
|
||||
state => state,
|
||||
state => ({
|
||||
...state,
|
||||
app: {
|
||||
...state.app,
|
||||
source: state.domain.sources["24Kanal - Chervonosilske Damaged Tank Photo"]
|
||||
}
|
||||
}),
|
||||
// state => state,
|
||||
mapDispatchToProps,
|
||||
)(Dashboard);
|
||||
|
||||
Reference in New Issue
Block a user