Skip to content

Commit c575ccf

Browse files
committed
netpyne-172 Comment some components
1 parent 8c58a1f commit c575ccf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

webapp/components/definition/populations/NetPyNEPopulation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

webapp/components/definition/stimulationSources/NetPyNEStimulationSource.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)