File tree Expand file tree Collapse file tree
webapp/components/definition Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ class NetPyNEPopulation extends React.Component {
289289 } else if ( this . state . sectionId == 'Stimulation' ) {
290290 var content = (
291291 < Box className = "scrollbar scrollchild" mt = { 1 } >
292- < Box mb = { 3.5 } display = 'flex' style = { { gap : '0.5rem' } } >
292+ { /* <Box mb={ 3.5 } display='flex' style={ { gap: '0.5rem' } }>
293293 <Box>
294294 <Switch checked={true} />
295295 </Box>
@@ -315,7 +315,7 @@ class NetPyNEPopulation extends React.Component {
315315 variant='text'
316316 >View Configurations in stim. source</Button>
317317 </Box>
318- </ Box >
318+ </Box> */ }
319319 < Box display = 'flex' flexDirection = 'column' style = { { gap : '0.5rem' } } >
320320 < NetPyNEField mb = { 0 } id = "netParams.popParams.cellType" >
321321 < NetPyNESelectField
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class NetPyNEStimulationSource extends React.Component {
423423
424424 return (
425425 < Box className = "scrollbar scrollchild" mt = { 1 } >
426- < Box display = 'flex' flexDirection = 'column' style = { { gap : '0.5rem' } } >
426+ { /* <Box display='flex' flexDirection='column' style={ { gap: '0.5rem' } }>
427427 <TextField
428428 variant="filled"
429429 fullWidth
@@ -573,9 +573,9 @@ class NetPyNEStimulationSource extends React.Component {
573573 disabled={this.renaming}
574574 label="Frequency (Hz)"
575575 />
576- </ Box >
577- { /* <div> */ }
578- { /* <Box mb={1}>
576+ </Box> */ }
577+ < div >
578+ < Box mb = { 1 } >
579579 < TextField
580580 fullWidth
581581 variant = "filled"
@@ -611,10 +611,10 @@ class NetPyNEStimulationSource extends React.Component {
611611 ) )
612612 : null }
613613 </ Select >
614- </NetPyNEField> */ }
615- { /* </div> */ }
616- { /* { variableContent} */ }
617- { /* { dialogPop} */ }
614+ </ NetPyNEField >
615+ </ div >
616+ { variableContent }
617+ { dialogPop }
618618 </ Box >
619619 ) ;
620620 }
You can’t perform that action at this time.
0 commit comments