ywana-core8 0.0.931 → 0.0.932

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.
@@ -5492,7 +5492,9 @@ var TaskMonitor = function TaskMonitor(props) {
5492
5492
  _useState3$ = _useState3[0],
5493
5493
  tasks = _useState3$ === void 0 ? [] : _useState3$,
5494
5494
  setTasks = _useState3[1];
5495
- cont[(minimized, setMinimized)] = useState(false);
5495
+ var _useState4 = useState(false),
5496
+ minimized = _useState4[0],
5497
+ setMinimized = _useState4[1];
5496
5498
  useEffect(function () {
5497
5499
  refresh();
5498
5500
  var interval = setInterval(function () {