diff --git a/src/components/new-safe/load/index.tsx b/src/components/new-safe/load/index.tsx index 791557e218..727d39a840 100644 --- a/src/components/new-safe/load/index.tsx +++ b/src/components/new-safe/load/index.tsx @@ -20,8 +20,8 @@ export const LoadSafeSteps: TxStepperProps['steps'] = [ { title: 'Name, address & network', subtitle: 'Paste the address of the Safe Account you want to add, select the network and choose a name.', - render: (_, onSubmit, onBack, setStep) => ( - + render: (data, onSubmit, onBack, setStep) => ( + ), }, { @@ -61,6 +61,8 @@ const LoadSafe = ({ initialData }: { initialData?: TxStepperProps