Skip to content

Commit cde7f6b

Browse files
Merge pull request #1333 from digma-ai/feature/target-button
Enable Target button for Visual Studio
1 parent 788364e commit cde7f6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Navigation/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { ThreeDotsVerticalIcon } from "../common/icons/ThreeDotsVerticalIcon";
1616
import useDimensions from "react-cool-dimensions";
1717
import { useLocation } from "react-router-dom";
1818
import { getFeatureFlagValue } from "../../featureFlags";
19-
import { platform } from "../../platform";
2019
import { useGetSpanInfoQuery } from "../../redux/services/digma";
2120
import type { Environment } from "../../redux/services/types";
2221
import { 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

0 commit comments

Comments
 (0)