File tree Expand file tree Collapse file tree 4 files changed +315
-35
lines changed Expand file tree Collapse file tree 4 files changed +315
-35
lines changed Original file line number Diff line number Diff line change 1212*/
1313import './App.scss' ;
1414import Header from './components/Header' ;
15- import LoginModal from './components/LoginModal' ;
1615import LocationModal from './components/LocationModal' ;
1716import TargetPriceModal from './components/TargetPriceModal' ;
1817import Main from './components/Main' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export default function GsMap(inputProps: InputProps) {
107107 }
108108
109109 function addClickListener ( myOverlays : Overlay [ ] ) {
110- map . on ( 'click' , ( event : MapBrowserEvent < UIEvent > ) => {
110+ map . on ( 'click' , ( event : MapBrowserEvent < any > ) => {
111111 const feature = map . forEachFeatureAtPixel ( event . pixel , ( feature ) => {
112112 return feature ;
113113 } ) ;
You can’t perform that action at this time.
0 commit comments