Comment out selected cell message

This commit is contained in:
Charlotte Weaver
2018-04-06 16:59:47 -07:00
parent 6c28023783
commit 3370b4ba81
@@ -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}/>