diff --git a/src/components/FunctionalArea/MapNavigation/MapNavigation.component.tsx b/src/components/FunctionalArea/MapNavigation/MapNavigation.component.tsx index 135deed5556663ba159229693520417aa80f608f..8bb19a16424e70d0c3a0dba4efc6d302308c80d0 100644 --- a/src/components/FunctionalArea/MapNavigation/MapNavigation.component.tsx +++ b/src/components/FunctionalArea/MapNavigation/MapNavigation.component.tsx @@ -51,10 +51,6 @@ export const MapNavigation = (): JSX.Element => { )} </Button> ))} - {/* TODO: REMOVE WHEN PLUGIN DRAWER IS IMPLEMENTED */} - <div className="fixed bottom-0 right-0 top-[104px] w-96 bg-white"> - <div id="plugins" /> - </div> </div> ); };