Skip to content

Commit

Permalink
pass guid to map so it is aware of dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmegill committed Jan 8, 2017
1 parent 8732b3b commit 5080b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ class App extends React.Component {
colorScale={this.state.colorScale.scale}
nodes={this.props.tree.nodes}
justGotNewDatasetRenderNewMap={false}
datasetGuid={this.props.tree.datasetGuid}
/>
<Frequencies genotype={this.currentFrequencies()}/>
<Entropy
Expand Down

0 comments on commit 5080b5d

Please sign in to comment.