Skip to content

Commit 00c1da1

Browse files
committed
changed label for HTML element comonents in the tree
1 parent 26d8e94 commit 00c1da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BottomTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class BottomTabs extends Component<BottomTabsPropsInt, StateInt> {
124124
this.generateComponentTree(child.childComponentId, components),
125125
);
126126
} else {
127-
let str = { Type: 'HTML Component' };
127+
let str = { Type: 'HTML Element' };
128128
tree.children.push({
129129
name: child.componentName,
130130
attributes: str,

0 commit comments

Comments
 (0)