diff options
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox2.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox2.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox2.tsx b/src/client/views/nodes/MapBox/MapBox2.tsx index 39ed6a47e..8a6d68a71 100644 --- a/src/client/views/nodes/MapBox/MapBox2.tsx +++ b/src/client/views/nodes/MapBox/MapBox2.tsx @@ -101,7 +101,7 @@ // } // @observable private _map: google.maps.Map = null as unknown as google.maps.Map; -// @observable private selectedPlace: Doc | undefined; +// @observable private selectedPlace: Doc | undefined = undefined; // @observable private markerMap: { [id: string]: google.maps.Marker } = {}; // @observable private center = navigator.geolocation ? navigator.geolocation.getCurrentPosition : defaultCenter; // @observable private inputRef = React.createRef<HTMLInputElement>(); |