wip
This commit is contained in:
@@ -35,8 +35,8 @@ export default function CreateLeaguePage() {
|
||||
|
||||
const handleStepChange = (stepName: StepName) => {
|
||||
const params = new URLSearchParams(
|
||||
searchParams && typeof (searchParams as any).toString === 'function'
|
||||
? (searchParams as any).toString()
|
||||
searchParams && typeof searchParams.toString === 'function'
|
||||
? searchParams.toString()
|
||||
: '',
|
||||
);
|
||||
params.set('step', stepName);
|
||||
|
||||
Reference in New Issue
Block a user