Skip to content

Commit

Permalink
Undo center
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman committed Nov 7, 2024
1 parent 8327552 commit 937589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/search/SearchMap/SearchMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const SearchMap = ({
} else if (userLocation) {
return { lat: userLocation?.lat, lng: userLocation?.lng };
} else {
return { lat: 0, long: 0 };
return undefined;
}
};

Expand Down

0 comments on commit 937589e

Please sign in to comment.