gantt-task-react-powern 0.4.12 → 0.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -376,7 +376,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
376
376
  if (t.hideChildren === false) {
377
377
  expanderSymbol = "▼";
378
378
  } else if (t.hideChildren === true) {
379
- expanderSymbol = "";
379
+ expanderSymbol = "";
380
380
  }
381
381
 
382
382
  return React.createElement("div", {