Skip to content

Commit

Permalink
DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
abradle authored and abradle committed Apr 17, 2018
1 parent bb2af4f commit 8e6cbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/summaryView.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class SummaryView extends React.Component{
this.handleExport = this.handleExport.bind(this);
this.loadVectors = this.loadVectors.bind(this);
this.getColour = this.getColour.bind(this);
this.changeApp = this.changeApp.bind(this);
this.vector_list;
// Number vectors and series to be incorporated later
this.state = {list_len: 0, cost: 0, num_vectors: 0, num_series: 0, smiles: ""}
Expand Down

0 comments on commit 8e6cbc5

Please sign in to comment.