expand button

This commit is contained in:
Colin Megill
2020-09-28 23:03:13 -07:00
parent 274298484c
commit 77c44af0b1
+1 -2
View File
@@ -69,7 +69,6 @@ class Gene extends React.Component {
style={{
cursor: "pointer",
}}
onClick={this.handleGeneExpandClick}
>
<Truncate>
<span
@@ -106,7 +105,7 @@ class Gene extends React.Component {
small
data-testclass="maximize"
data-testid={`maximize-${gene}`}
onClick={/* todo gene sets */ () => {}}
onClick={this.handleGeneExpandClick}
active={false /* todo gene sets */}
intent="none"
icon={<Icon icon="maximize" iconSize={10} />}