Skip to content

Commit

Permalink
close button works now
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed May 15, 2018
1 parent 88bdbc4 commit be7b4ca
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/XenaGoApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,20 +259,9 @@ export default class XenaGoApp extends PureComponent {
};

closeGeneView = (props) => {
// {pathway: {…}, tissue: "Header", expression: 0, metaSelect: false}
// expression
// :
// 0
// metaSelect
// :
// false
// pathway
// :
// {goid: "GO:0048017", golabel: "PI3-K signaling", gene: Array(21)}
// tissue
// :
// "Header"
alert('closing gene')
this.setState({
selectedPathways:[]
});
};

getGenesForNamedPathways(selectedPathways,pathways) {
Expand Down

0 comments on commit be7b4ca

Please sign in to comment.