mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 08:18:12 +08:00
Comment out selected cell message
This commit is contained in:
@@ -43,9 +43,9 @@ class Expression extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
<div style={{margin: 10}}>
|
||||
<div style={{margin: 10, width: 300}}>
|
||||
There are currently 10 cells selected, click a cell set button to store them.
|
||||
</div>
|
||||
// <div style={{margin: 10, width: 300}}>
|
||||
// There are currently 10 cells selected, click a cell set button to store them.
|
||||
// </div>
|
||||
<CellSetButton
|
||||
{...this.props}
|
||||
eitherCellSetOneOrTwo={1}/>
|
||||
|
||||
Reference in New Issue
Block a user