Skip to content

Commit edc98a2

Browse files
Fix platform redirect
1 parent 2087d39 commit edc98a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/platform-redirect/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {setServerContext} from 'sentry-docs/serverContext';
99
import 'sentry-docs/styles/screen.scss';
1010

1111
export default async function Page({
12-
searchParams: {next, platform},
12+
searchParams: {next = '', platform},
1313
}: {
1414
searchParams: {[key: string]: string | string[] | undefined};
1515
}) {

0 commit comments

Comments
 (0)