Setting initial categories upon load; need to modify for timeline and related events

This commit is contained in:
efarooqui
2020-10-12 11:15:34 -07:00
parent 909307a6ae
commit b35fb48860
3 changed files with 29 additions and 1 deletions

View File

@@ -305,7 +305,7 @@ class Timeline extends React.Component {
*/
styleDatetime (timestamp, category) {
return [null, null]
}
}
render () {
const { isNarrative, app } = this.props