File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ class AppContainer extends Component<Props, State> {
180
180
handleNext = { this . handleNext }
181
181
/>
182
182
< div className = "app-container" >
183
- { /* <LeftContainer //The left side-bar that contains the component cards and the buttons.
183
+ < LeftContainer //The left side-bar that contains the component cards and the buttons.
184
184
components = { components }
185
185
totalComponents = { totalComponents }
186
186
focusComponent = { focusComponent } //'focused' just means it's the one currently selected.
187
187
selectableChildren = { selectableChildren } //this toggles whether a component can be added as a child to the focused component
188
- /> */ }
188
+ />
189
189
< MainContainer
190
190
components = { components }
191
191
image = { this . state . image }
You can’t perform that action at this time.
0 commit comments