fix: side nav map
This commit is contained in:
parent
85c4b3c1ae
commit
48884bd57a
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user