Skip to content

Commit

Permalink
Merge pull request #4947 from wri/develop
Browse files Browse the repository at this point in the history
PROD Deploy 2025-03-03 3:00pm EST
  • Loading branch information
wri7tno authored Mar 3, 2025
2 parents bd02d66 + dddcfc8 commit e79f980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/satellite-basemaps/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const SatelliteBasemaps = ({
useEffect(() => {
if (isTropics && !defaultSatSet) {
setMapBasemap({
value: 'planet',
value: 'satellite',
color: '',
name: planetPeriods[planetPeriods.length - 1].value,
name: '',
});
setDefaultSatSet(true);
trackEvent({
Expand Down

0 comments on commit e79f980

Please sign in to comment.