Skip to content

Commit

Permalink
Fixed duplicated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg authored Aug 5, 2020
1 parent 3ae8bd6 commit c4ecfdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/modeling/pathway/mint-datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export class MintDatasets extends connect(store)(MintPathwayPage) {

private _mcInputs : IdMap<ModelCatalogDatasetSpecification> = {};

private _mcInputs : IdMap<ModelCatalogDatasetSpecification> = {};

private _comparisonFeatures: Array<ComparisonFeature> = [
{
name: "More information",
Expand Down

0 comments on commit c4ecfdd

Please sign in to comment.