Filter by timerange on selecting Narrative

This commit is contained in:
Franc Camps-Febrer
2018-12-06 12:23:02 +00:00
parent b53e4876da
commit b6f7053375
12 changed files with 52 additions and 16 deletions

View File

@@ -64,7 +64,6 @@ class NarrativeCard extends React.Component {
}
function mapStateToProps(state) {
console.log(state)
return {
narrative: state.app.narrative
}