丁烨烨 9 bulan lalu
induk
melakukan
ccb9250106
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;