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 e837946 commit cd2f67cCopy full SHA for cd2f67c
app/src/components/main/DemoRender.tsx
@@ -82,14 +82,6 @@ const DemoRender = (): JSX.Element => {
82
const elementType = element.name;
83
const childId = element.childId;
84
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
93
const innerText = element.attributes.compText;
94
const classRender = element.attributes.cssClasses;
95
const activeLink = element.attributes.compLink;
0 commit comments