We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d3114 commit 2e28ed4Copy full SHA for 2e28ed4
src/commands/componentHierarchyDgml.ts
@@ -234,7 +234,6 @@ export class ComponentHierarchyDgml {
234
if (isRoot) {
235
nodeElement.setAttribute("Category", "RootComponent");
236
}
237
- const componentType = component.isRoot ? 'root ' : '';
238
this.addNode(nodesElement, nodeElement);
239
if (components.length > 0) {
240
components.forEach((subComponent) => {
0 commit comments