File tree Expand file tree Collapse file tree
webapp/components/definition/stimulationTargets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export default class NetPyNEStimulationTarget extends React.Component {
213213
214214 if ( this . state . sectionId == "General" ) {
215215 var content = (
216- < Box className = { `scrollbar scrollchild` } mt = { 1 } >
216+ < >
217217 < Box mb = { 1 } >
218218 < TextField
219219 fullWidth
@@ -257,11 +257,11 @@ export default class NetPyNEStimulationTarget extends React.Component {
257257 }
258258 />
259259 </ NetPyNEField >
260- </ Box >
260+ </ >
261261 ) ;
262262 if ( this . state . isSourceTypeNetStim ) {
263263 var extraContent = (
264- < div >
264+ < >
265265 < NetPyNEField id = { "netParams.stimTargetParams.synMech" } >
266266 < NetPyNESelectField
267267 fullWidth
@@ -310,7 +310,7 @@ export default class NetPyNEStimulationTarget extends React.Component {
310310 }
311311 />
312312 </ NetPyNEField >
313- </ div >
313+ </ >
314314 ) ;
315315 } else {
316316 var extraContent = < div /> ;
@@ -349,8 +349,10 @@ export default class NetPyNEStimulationTarget extends React.Component {
349349 >
350350 { bottomNavigationItems }
351351 </ BottomNavigation >
352- { content }
353- { extraContent }
352+ < Box className = { `scrollbar scrollchild` } mt = { 1 } >
353+ { content }
354+ { extraContent }
355+ </ Box >
354356 { dialogPop }
355357 </ div >
356358 ) ;
You can’t perform that action at this time.
0 commit comments