Skip to content
Snippets Groups Projects

feat(plugins): Plugin loading management (MIN-233)

Merged mateusz-winiarczyk requested to merge MIN-233-plugin-loading-management into development
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -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>
);
};
Loading