fix: side nav map

This commit is contained in:
leandrofars 2024-09-05 15:46:54 -03:00
parent 85c4b3c1ae
commit 48884bd57a

View File

@ -117,9 +117,6 @@ export const SideNav = (props) => {
}}
>
{items.map((item) => {
if (item.title == "Map" && process.env.NEXT_PUBLIC_ENTERPRISE_VERSION != "true"){
return
}
const active = isItemActive(pathname, item.path);
return (