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 ba07bb7 commit a51ac34Copy full SHA for a51ac34
src/components/platformSelector/index.tsx
@@ -25,7 +25,10 @@ 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
}) {
0 commit comments