Skip to content

Commit

Permalink
Merge pull request #15 from UI-Research/RT1-827/DHC-grantees
Browse files Browse the repository at this point in the history
Remove zoom value.
  • Loading branch information
Farnoosh63 authored Oct 5, 2022
2 parents 8c5c9c5 + 8d6254d commit 79da692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mapboxgl.accessToken =
"pk.eyJ1IjoidXJiYW5pbnN0aXR1dGUiLCJhIjoiTEJUbmNDcyJ9.mbuZTy4hI_PWXw3C3UFbDQ";

class App extends Component {

constructor(props) {
super(props);
this.state = {
Expand All @@ -30,7 +29,7 @@ class App extends Component {
style: granteeStyle,
pitchWithRotate: false,
center: [lng, lat],
zoom: 4,
zoom,
logoPosition: "bottom-right",
attributionControl: false,
boxZoom: false,
Expand Down

0 comments on commit 79da692

Please sign in to comment.