fix default category style

This commit is contained in:
Lachlan Kermode
2018-12-11 17:05:21 +00:00
parent 50d8058366
commit 92c98e9199
2 changed files with 29 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ class Dashboard extends React.Component {
}
getCategoryColor(category='other') {
return this.props.ui.style.categories[category] || this.props.style.categories['other']
return this.props.ui.style.categories[category] || this.props.ui.style.categories['other']
}
getNarrativeLinks(event) {