We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b99d940 + 68a3e50 commit 4ff2253Copy full SHA for 4ff2253
src/components/Menu/Menu.tsx
@@ -10,7 +10,7 @@ type MenuProps = {
10
path: string;
11
};
12
13
-const invalidChildren = ['/[platform]/prev'];
+const invalidChildren = ['/[platform]/prev', '/[platform]/tools/cli-legacy', '/[platform]/sdk'];
14
15
export function Menu({
16
currentPlatform,
0 commit comments