diff --git a/src/components/PlanningTool.jsx b/src/components/PlanningTool.jsx index e9dfaea..0b66109 100644 --- a/src/components/PlanningTool.jsx +++ b/src/components/PlanningTool.jsx @@ -959,7 +959,7 @@ class PlanningTool extends Component { } } else if (item.highlight) { backgroundColor = item.highlightBgColor - }else if(item.selectedGroup){ + } else if (item.selectedGroup) { backgroundColor = '#c3073f' } @@ -967,6 +967,10 @@ class PlanningTool extends Component { itemContext.dimensions.width = 20 } + if (item.isHidden) { + return null + } + return (