Skip to content

Commit 7e86134

Browse files
committed
remove hack
1 parent 668c799 commit 7e86134

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/platformSelector/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ import {SidebarLink} from '../sidebarLink';
2525
export function PlatformSelector({
2626
platforms,
2727
currentPlatform,
28-
// do nothing with path for now
29-
path: _path,
3028
}: {
31-
path: string[];
3229
platforms: Array<Platform>;
3330
currentPlatform?: Platform | PlatformGuide;
3431
}) {

src/components/sidebar/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export async function Sidebar({path, versions}: SidebarProps) {
9191
<PlatformSelector
9292
platforms={platforms}
9393
currentPlatform={currentGuide || currentPlatform}
94-
path={path}
9594
/>
9695
</div>
9796
{versions && versions.length >= 1 && (

0 commit comments

Comments
 (0)