diff --git a/src/app/(marketing)/create-profile/types.ts b/src/app/(marketing)/create-profile/types.ts index baf0652fac..b30994270e 100644 --- a/src/app/(marketing)/create-profile/types.ts +++ b/src/app/(marketing)/create-profile/types.ts @@ -12,5 +12,5 @@ export type DispatchChainAction = ( export type OnboardingChain = FunctionComponent<{ dispatchChainAction: DispatchChainAction - data: Partial + chainData: Partial }>