Skip to content

Commit 2e28ed4

Browse files
committed
Removed obsolete variable declaration.
1 parent 68d3114 commit 2e28ed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/componentHierarchyDgml.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ export class ComponentHierarchyDgml {
234234
if (isRoot) {
235235
nodeElement.setAttribute("Category", "RootComponent");
236236
}
237-
const componentType = component.isRoot ? 'root ' : '';
238237
this.addNode(nodesElement, nodeElement);
239238
if (components.length > 0) {
240239
components.forEach((subComponent) => {

0 commit comments

Comments
 (0)