Skip to content

Commit

Permalink
ui/results: map component shouldnt use extended configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Bastardi committed Jun 20, 2019
1 parent bebf058 commit b90b186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/results/resultscomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default class ResultsComponent extends Component {
map: data
};
opts = Object.assign(this._opts.mapConfig, opts);
return super.addChild(data, type, opts);
}

// Apply the proper item renders to the the components
Expand Down

0 comments on commit b90b186

Please sign in to comment.