Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Feb 26, 2015
1 parent 460a375 commit 315655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GenomeTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var GenomeTrack = React.createClass({
return <div className="reference empty">no data</div>;
}

return <NonEmptyGenomeTrack key="ne" {...this.props} />;
return <NonEmptyGenomeTrack {...this.props} />;
}
});

Expand Down

0 comments on commit 315655c

Please sign in to comment.