@principal-ade/dynamic-file-tree 0.2.8 → 0.2.10
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2233,7 +2233,7 @@ var buildTreeDataFromStoryboards = (storyboards, workflowCoverageMap, traceWorkf
|
|
|
2233
2233
|
const storyboardId = versionPrefix ? `storyboard:${versionPrefix}:${storyboard.id}` : `storyboard:${storyboard.id}`;
|
|
2234
2234
|
const storyboardCanvasStatus = canvasNodeStatusMap?.[storyboard.canvas.path] ?? canvasNodeStatusMap?.[storyboard.id];
|
|
2235
2235
|
const getAggregatedGitStatus = () => {
|
|
2236
|
-
if (!gitStatusMap)
|
|
2236
|
+
if (!gitStatusMap || gitStatusMap.size === 0)
|
|
2237
2237
|
return null;
|
|
2238
2238
|
const statusPriority = {
|
|
2239
2239
|
M: 1,
|