File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/components/Navigation Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import { ThreeDotsVerticalIcon } from "../common/icons/ThreeDotsVerticalIcon";
1616import useDimensions from "react-cool-dimensions" ;
1717import { useLocation } from "react-router-dom" ;
1818import { getFeatureFlagValue } from "../../featureFlags" ;
19- import { platform } from "../../platform" ;
2019import { useGetSpanInfoQuery } from "../../redux/services/digma" ;
2120import type { Environment } from "../../redux/services/types" ;
2221import { useConfigSelector } from "../../store/config/useConfigSelector" ;
@@ -379,7 +378,6 @@ export const Navigation = () => {
379378 ( x ) => x . environment === environment ?. id
380379 ) ?? [ ]
381380 }
382- isTargetButtonMenuVisible = { platform === "JetBrains" }
383381 />
384382 ) : (
385383 < EnvironmentBar
You can’t perform that action at this time.
0 commit comments