Skip to content

Commit 8e30232

Browse files
committed
AppContainer edits
1 parent d0f71d9 commit 8e30232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/AppContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ class AppContainer extends Component<Props, State> {
180180
handleNext={this.handleNext}
181181
/>
182182
<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.
184184
components={components}
185185
totalComponents={totalComponents}
186186
focusComponent={focusComponent} //'focused' just means it's the one currently selected.
187187
selectableChildren={selectableChildren} //this toggles whether a component can be added as a child to the focused component
188-
/> */}
188+
/>
189189
<MainContainer
190190
components={components}
191191
image={this.state.image}

0 commit comments

Comments
 (0)