Skip to content

Commit 9b4b843

Browse files
[getsentry/action-github-commit] Auto commit
1 parent b356e03 commit 9b4b843

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[];
3132
platforms: Array<Platform>;
3233
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)