丁烨烨 9 tháng trước cách đây
mục cha
commit
ccb9250106
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;