mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Add enabled sites marker from data object
This commit is contained in:
@@ -92,6 +92,7 @@ class Dashboard extends React.Component {
|
||||
|
||||
render () {
|
||||
const { actions, app, domain, ui } = this.props
|
||||
console.log(app)
|
||||
return (
|
||||
<div>
|
||||
<Toolbar
|
||||
@@ -170,7 +171,7 @@ function mapDispatchToProps (dispatch) {
|
||||
}
|
||||
|
||||
export default connect(
|
||||
// state => state,
|
||||
state => injectSource("Hromadske.tv - Paratroopers Video"),
|
||||
state => state,
|
||||
// state => injectSource("Hromadske.tv - Paratroopers Video"),
|
||||
mapDispatchToProps
|
||||
)(Dashboard)
|
||||
|
||||
Reference in New Issue
Block a user