Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Oct 3, 2019
1 parent d5100a4 commit 219fe09
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/website/heatmap/app.js
Expand Up @@ -20,12 +20,7 @@ const INITIAL_VIEW_STATE = {

export class App extends PureComponent {
_renderLayers() {
const {
data = DATA_URL,
intensity = 1,
threshold = 0.03,
radiusPixels = 30
} = this.props;
const {data = DATA_URL, intensity = 1, threshold = 0.03, radiusPixels = 30} = this.props;

return [
new HeatmapLayer({
Expand Down

0 comments on commit 219fe09

Please sign in to comment.