Skip to content

Commit

Permalink
remove unnecessary part
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Oct 21, 2020
1 parent ee125bd commit 5b2ed14
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/widgets/places/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ const placesWidget: (widgetOptions: PlacesWidgetOptions) => Widget = (
.setQueryParameter('aroundLatLngViaIP', false)
.setQueryParameter('aroundLatLng', position || undefined);
},

getRenderState(renderState) {
return renderState;
},

getWidgetRenderState() {
return {
widgetParams: widgetOptions,
};
},
};
};

Expand Down

0 comments on commit 5b2ed14

Please sign in to comment.