Skip to content

Commit

Permalink
#199 remove the cellList tab from the development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
D-GopalKrishna committed Jan 14, 2024
1 parent 266813f commit c0bb909
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions webapp/components/definition/populations/NetPyNEPopulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,6 @@ class NetPyNEPopulation extends React.Component {
/>,
);
}
// modelParameters.push(
// <BottomNavigationAction
// key="CellList"
// label="Cell List"
// icon={<FontIcon className="fa fa-list" />}
// onClick={() => select(3, 'CellList')}
// />,
// );

modelParameters.push(
<BottomNavigationAction
key="Stimulation"
Expand Down Expand Up @@ -673,13 +664,7 @@ netpyne_geppetto.netParams.popParams['${this.props.name}']['pulses'].pop(${index
/>
</Box>
);
}
// else if (this.state.sectionId == 'CellList') {
// var content = (
// <div>Option to provide individual list of cells. Coming soon ...</div>
// );
// }
else if (this.state.sectionId == 'Stimulation') {
} else if (this.state.sectionId == 'Stimulation') {
var content = (
<Box className="scrollbar scrollchild" mt={1}>
{/* <Box mb={ 3.5 } display='flex' style={ { gap: '0.5rem' } }>
Expand Down

0 comments on commit c0bb909

Please sign in to comment.