Filter render broken; moved narrative and narrativeState to app.filters and restructured appropriately with narrativeIdx selector

This commit is contained in:
efarooqui
2020-08-27 08:42:47 -07:00
parent fe9a5302fa
commit 2aaf7c09ff
10 changed files with 70 additions and 49 deletions

View File

@@ -275,11 +275,11 @@ function mapStateToProps (state) {
shapes: selectors.selectShapes(state)
},
app: {
views: state.app.filters.views,
views: state.app.associations.views,
selected: selectors.selectSelected(state),
highlighted: state.app.highlighted,
map: state.app.map,
narrative: state.app.narrative,
narrative: state.app.associations.narrative,
flags: {
isShowingSites: state.app.flags.isShowingSites
}