From 5b91449749d982a7ed904e2a88fd8363e3c984d4 Mon Sep 17 00:00:00 2001 From: yyxcv <65826058+yyxcv@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:31:29 +0200 Subject: [PATCH] fix: remove compass from map (#346) (as it can not be rotated anyway) Co-authored-by: yyxcv Co-authored-by: gluap <44007906+gluap@users.noreply.github.com> --- frontend/src/components/Map/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Map/index.tsx b/frontend/src/components/Map/index.tsx index 657b748..2f1d358 100644 --- a/frontend/src/components/Map/index.tsx +++ b/frontend/src/components/Map/index.tsx @@ -152,9 +152,8 @@ function Map({ attributionControl={false} > - + - {children} )