mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
compose store with custom values in config.js
This commit is contained in:
committed by
Franc Camps-Febrer
parent
87f2f5c796
commit
b7618543f7
@@ -60,8 +60,8 @@ class Dashboard extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
getCategoryColor(category='other') {
|
||||
return this.props.ui.style.categories[category] || this.props.ui.style.categories['other']
|
||||
getCategoryColor(category) {
|
||||
return this.props.ui.style.categories[category] || this.props.ui.style.categories['default']
|
||||
}
|
||||
|
||||
getNarrativeLinks(event) {
|
||||
|
||||
Reference in New Issue
Block a user