丁烨烨 9 månader sedan
förälder
incheckning
ccb9250106
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      components/gisMap.tsx

+ 2 - 2
components/gisMap.tsx

@@ -165,8 +165,8 @@ function GisMap(props:{height:string}) {
           <div ref={mapRef} className="flex-1 h-full"></div>
         </div>
       </div>
-    </>
-  );
+    </>  );
+
 }
 
 export default GisMap;