From c748ad231a97c7e7625294a284727af357b91b56 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sat, 10 Apr 2021 16:55:18 +0530 Subject: [PATCH] BugFix: Static ocmponent id on sidebar --- frontend/src/Editor/Editor.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index 1ae458d6a7..fa81348452 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -184,7 +184,7 @@ class Editor extends React.Component { return (
- table1 {exposedVariables.length} keys + {component.component.name} {exposedVariables.length} keys
{exposedVariables.map((variable) =>
@@ -244,7 +244,7 @@ class Editor extends React.Component { - StackEgg + StackEgg