gantt-task-react-powern 0.4.60 → 0.4.62

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.
@@ -431,6 +431,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
431
431
  }), React.createElement("div", {
432
432
  className: styles$1.taskListText
433
433
  }, t.id, " ", t.actualEnd.getTime() > 0 && t.actualEnd.getTime() < Date.now() ? React.createElement("span", {
434
+ title: "Task Complete",
434
435
  style: {
435
436
  color: "limegreen",
436
437
  fontSize: "16px"