Skip to content

Commit cd2f67c

Browse files
committed
removed commented fxn from demorender
1 parent e837946 commit cd2f67c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/src/components/main/DemoRender.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ const DemoRender = (): JSX.Element => {
8282
const elementType = element.name;
8383
const childId = element.childId;
8484
const elementStyle = element.style;
85-
// let innerText;
86-
// console.log(element);
87-
// if (element.attributes.compText) {
88-
// innerText = element.attributes.compText;
89-
// }
90-
// else {
91-
// innerText = '';
92-
// }
9385
const innerText = element.attributes.compText;
9486
const classRender = element.attributes.cssClasses;
9587
const activeLink = element.attributes.compLink;

0 commit comments

Comments
 (0)