ywana-core8 0.0.778 → 0.0.779
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.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +0 -2
package/dist/index.modern.js
CHANGED
@@ -11178,7 +11178,6 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
11178
11178
|
clearInterval(interval);
|
11179
11179
|
};
|
11180
11180
|
}, []);
|
11181
|
-
if (!tasks.length) return null;
|
11182
11181
|
var table = {
|
11183
11182
|
columns: [{
|
11184
11183
|
id: "state",
|