This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git

commit 532cf3786e4552c823309016a745d7b5b6bbf664
Author: yongjunhong <[email protected]>
AuthorDate: Mon Feb 17 22:22:32 2025 +0900

    Remove argument
---
 src/components/map/index.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/map/index.tsx b/src/components/map/index.tsx
index 26d6e70..3367c8c 100644
--- a/src/components/map/index.tsx
+++ b/src/components/map/index.tsx
@@ -80,8 +80,7 @@ export default function Map({
     if (maplibregl.getRTLTextPluginStatus() === 'unavailable') {
       maplibregl.setRTLTextPlugin(
         
'https://unpkg.com/@mapbox/[email protected]/mapbox-gl-rtl-text.min.js',
-        null,
-        true
+        null
       );
     }
 

Reply via email to