diff --git a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx
index 574037e7..dd46fbaa 100644
--- a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx
+++ b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx
@@ -1,4 +1,4 @@
-import { LuChevronDown, LuChevronUp } from 'react-icons/lu';
+// import { LuChevronDown, LuChevronUp } from 'react-icons/lu';
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
@@ -9,7 +9,7 @@ import Legend from './legend';
const TABS_TRIGGER_CLASSES =
'group flex flex-1 items-center space-x-1 rounded-none border border-b-0 border-black py-3 px-6 font-mono text-sm font-bold uppercase leading-none text-black last:border-l-0 data-[state=active]:bg-orange';
-const TABS_ICONS_CLASSES = 'w-6 h-6 -translate-y-[2px]';
+// const TABS_ICONS_CLASSES = 'w-6 h-6 -translate-y-[2px]';
const LayersToolbox = (): JSX.Element => {
const [activeLayers] = useSyncMapLayers();
@@ -22,21 +22,21 @@ const LayersToolbox = (): JSX.Element => {