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 b356e03 commit 9b4b843Copy full SHA for 9b4b843
src/components/platformSelector/index.tsx
@@ -28,9 +28,9 @@ export function PlatformSelector({
28
// do nothing with path for now
29
path: _path,
30
}: {
31
+ path: string[];
32
platforms: Array<Platform>;
33
currentPlatform?: Platform | PlatformGuide;
- path: string[];
34
}) {
35
// humanize the title for a more natural sorting
36
const humanizeTitle = (title: string) =>
0 commit comments