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.cjs
CHANGED
@@ -11186,7 +11186,6 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
11186
11186
|
clearInterval(interval);
|
11187
11187
|
};
|
11188
11188
|
}, []);
|
11189
|
-
if (!tasks.length) return null;
|
11190
11189
|
var table = {
|
11191
11190
|
columns: [{
|
11192
11191
|
id: "state",
|