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.
package/dist/index.js CHANGED
@@ -377,7 +377,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
377
377
  if (t.hideChildren === false) {
378
378
  expanderSymbol = "▼";
379
379
  } else if (t.hideChildren === true) {
380
- expanderSymbol = "";
380
+ expanderSymbol = "";
381
381
  }
382
382
 
383
383
  return React__default.createElement("div", {