Skip to content

Commit 606bb28

Browse files
committed
fix type
1 parent a51ac34 commit 606bb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export function PlatformSelector({
2828
// do nothing with path for now
2929
path: _path,
3030
}: {
31-
path: string;
3231
platforms: Array<Platform>;
3332
currentPlatform?: Platform | PlatformGuide;
33+
path: string[];
3434
}) {
3535
// humanize the title for a more natural sorting
3636
const humanizeTitle = (title: string) =>

0 commit comments

Comments
 (0)