We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668c799 commit 7e86134Copy full SHA for 7e86134
src/components/platformSelector/index.tsx
@@ -25,10 +25,7 @@ import {SidebarLink} from '../sidebarLink';
25
export function PlatformSelector({
26
platforms,
27
currentPlatform,
28
- // do nothing with path for now
29
- path: _path,
30
}: {
31
- path: string[];
32
platforms: Array<Platform>;
33
currentPlatform?: Platform | PlatformGuide;
34
}) {
src/components/sidebar/index.tsx
@@ -91,7 +91,6 @@ export async function Sidebar({path, versions}: SidebarProps) {
91
<PlatformSelector
92
platforms={platforms}
93
currentPlatform={currentGuide || currentPlatform}
94
- path={path}
95
/>
96
</div>
97
{versions && versions.length >= 1 && (
0 commit comments