categoryGroups removed

This commit is contained in:
Unknown
2018-12-03 12:54:33 +00:00
parent 5c23c2ae9a
commit 4f4c80b3a3
3 changed files with 57 additions and 28 deletions

View File

@@ -147,6 +147,14 @@ class Dashboard extends React.Component {
render() {
return (
<div>
<Viewport
methods={{
select: this.handleSelect,
highlight: this.handleHighlight,
// getCategoryGroup: category => this.getCategoryGroup(category),
getCategoryColor: category => this.getCategoryColor(category)
}}
/>
<Toolbar
filter={this.handleTagFilter}
toggle={ (key) => this.handleToggle(key) }