Skip to content

Commit 345fb9b

Browse files
authored
Merge pull request #4626 from alisman/addGeneToQuery
Fix double click on gene query icon in study view
2 parents d5b0e63 + 6fb056d commit 345fb9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/studyView/table/GeneCell.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ export class GeneCell extends React.Component<IGeneCellProps, {}> {
9898
[styles.addGeneUI]: true,
9999
[styles.selected]: geneIsSelected,
100100
})}
101-
onClick={() =>
102-
this.props.onGeneSelect(
103-
this.props.hugoGeneSymbol
104-
)
105-
}
106101
>
107102
<i className="fa fa-search"></i>
108103
</div>

0 commit comments

Comments
 (0)