mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
correct timeline selection
This commit is contained in:
@@ -272,7 +272,7 @@ function mapStateToProps (state) {
|
||||
},
|
||||
app: {
|
||||
views: state.app.filters.views,
|
||||
selected: state.app.selected,
|
||||
selected: selectors.selectSelected(state),
|
||||
highlighted: state.app.highlighted,
|
||||
map: state.app.map,
|
||||
narrative: state.app.narrative,
|
||||
|
||||
Reference in New Issue
Block a user