mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
describe contents of source in overlay
This commit is contained in:
@@ -154,7 +154,18 @@ function mapDispatchToProps(dispatch) {
|
||||
};
|
||||
}
|
||||
|
||||
function injectSource(id) {
|
||||
return state => ({
|
||||
...state,
|
||||
app: {
|
||||
...state.app,
|
||||
source: state.domain.sources[id]
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export default connect(
|
||||
state => state,
|
||||
// injectSource('src7'),
|
||||
mapDispatchToProps,
|
||||
)(Dashboard);
|
||||
|
||||
Reference in New Issue
Block a user