Skip to content

Commit

Permalink
fixed call site where unused arg was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 24, 2019
1 parent d13b242 commit 7a698dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ export class CircularGenome extends React.Component<CircularGenomeProps, Circula

let canvas = canvasArr[i];

let cachedPlasmid = this.plasmidCache.findPlasmidInCache(layer, this.props.figure);
let cachedPlasmid = this.plasmidCache.findPlasmidInCache(layer);

let layerType: CoverageTrackLayer | SNPTrackLayer | undefined;

Expand Down

0 comments on commit 7a698dd

Please sign in to comment.